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

7 lines
101 B
Kotlin
Vendored

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