4 lines
73 B
Kotlin
Vendored
4 lines
73 B
Kotlin
Vendored
>> fun String.myExt() = "a"
|
|
-- "asd".myEx
|
|
// EXIST: myExt
|
|
// NOTHING_ELSE |