Files
kotlin-fork/compiler/testData/loadKotlin/prop/ExtValTIntInClass.kt
T

7 lines
99 B
Kotlin

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