3 lines
73 B
Kotlin
Vendored
3 lines
73 B
Kotlin
Vendored
val <reified T> T.v: T
|
|
get() = throw UnsupportedOperationException()
|