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

7 lines
96 B
Kotlin

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