59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
11 lines
119 B
Plaintext
11 lines
119 B
Plaintext
fun ~test~test() = 1
|
|
|
|
class Test {
|
|
default object {
|
|
fun call() = `test`test()
|
|
}
|
|
|
|
fun test() = 2
|
|
}
|
|
|