11 lines
121 B
Plaintext
Vendored
11 lines
121 B
Plaintext
Vendored
fun ~test~test() = 1
|
|
|
|
class Test {
|
|
companion object {
|
|
fun call() = `test`test()
|
|
}
|
|
|
|
fun test() = 2
|
|
}
|
|
|