Files

6 lines
114 B
Kotlin
Vendored

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