Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/prop/ExtValIntCharSequenceQ.kt
T
2012-01-17 19:32:18 +04:00

7 lines
102 B
Kotlin

package test
import java.lang.CharSequence
val Int.ggg: CharSequence?
get() = throw Exception()