59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
6 lines
70 B
Kotlin
6 lines
70 B
Kotlin
class Test {
|
|
default object {
|
|
fun <caret>testing() {
|
|
}
|
|
}
|
|
} |