Files
kotlin-fork/compiler/testData/diagnostics/tests/generics/tpAsReified/InProperty.kt
T

3 lines
112 B
Kotlin
Vendored

val <<!REIFIED_TYPE_PARAMETER_NO_INLINE!>reified<!> T> T.v: T
get() = throw UnsupportedOperationException()