You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, it's only possible to get value from [I <: Int] for inline def using constValueOpt, but it'll be useful if constValueOpt also works for class parameter like class MyClass[I <: Int] {} #17387
The text was updated successfully, but these errors were encountered:
ckipp01
transferred this issue from lampepfl/dotty-feature-requests
May 31, 2023
currently, it's only possible to get value from
[I <: Int]
for inline def using constValueOpt, but it'll be useful if constValueOpt also works for class parameter likeclass MyClass[I <: Int] {}
#17387The text was updated successfully, but these errors were encountered: