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