7 lines
165 B
Kotlin
Vendored
7 lines
165 B
Kotlin
Vendored
// TARGET_BACKEND: JVM
|
|
package test
|
|
|
|
var <P> P.anotherJavaClass: java.lang.Class<P>
|
|
get() = throw Exception()
|
|
set(p: java.lang.Class<P>) = throw Exception()
|