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

7 lines
102 B
Kotlin

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