Join Slack
Powered by
Are there any plans to support generic values for ...
# kotlin-roadmap
e
Evan Hall
05/19/2022, 1:31 PM
Are there any plans to support generic values for inline classes? At the moment,
Copy code
@JvmInline value class Foo<T>(foo: T)
is valid but
Copy code
@JvmInline value class Foo<T>(foo: Bar<T>)
is not.
3
Views
Open in Slack
Previous
Next