allow dependent types in class parameter #17633
doofin
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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] {}
#17387Beta Was this translation helpful? Give feedback.
All reactions