Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/prop/ExtValClass.kt
T

6 lines
114 B
Kotlin
Vendored

// TARGET_BACKEND: JVM
package test
val <P> P.anotherJavaClass: java.lang.Class<P>
get() = throw Exception()