8 lines
133 B
Kotlin
Vendored
8 lines
133 B
Kotlin
Vendored
// PLATFORM_DEPENDANT_METADATA
|
|
package test
|
|
|
|
import java.lang.CharSequence
|
|
|
|
val Int.ggg: CharSequence?
|
|
get() = throw Exception()
|