59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
12 lines
162 B
Kotlin
12 lines
162 B
Kotlin
class C {
|
|
fun String.memberExtForString(){}
|
|
|
|
default object {
|
|
fun foo() {
|
|
"".<caret>
|
|
}
|
|
}
|
|
}
|
|
|
|
// ABSENT: memberExtForString
|