Files
kotlin/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntTQInClass.kt
2013-12-17 20:28:59 +04:00

7 lines
96 B
Kotlin

package test
class ExtValInClass<P> {
val Int.asas: P?
get() = throw Exception()
}