8055cf0704
val <T> T.prop: Something<T>
5 lines
91 B
Kotlin
5 lines
91 B
Kotlin
package test
|
|
|
|
val <P> P.anotherJavaClass: java.lang.Class<P>
|
|
get() = throw Exception()
|