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

7 lines
101 B
Kotlin

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