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

7 lines
99 B
Kotlin
Vendored

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