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

3 lines
73 B
Kotlin
Vendored

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