Are there any plans to support Inline classes as a...
# language-proposals
e
Are there any plans to support Inline classes as annotation properties where the inline class wraps an allowed annotation property type. I have a personal use case with custom scripts backed by kotlin’s #scripting feature where at compile time I want strong type safety for the file:annotation arguments.
d
Probably not, because the single-field-backed-property restriction that inline classes are subject to might be lifted in the future (pending Project Valhalla)
e
Err… Project Valhalla? 👀
d
Value Types in the JVM
e
Ah I see. That makes sense.