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

7 lines
99 B
Kotlin

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