6 lines
84 B
Plaintext
Vendored
6 lines
84 B
Plaintext
Vendored
~A.foo~fun A.foo() = 1
|
|
~foo~fun foo() = 2
|
|
|
|
class A {
|
|
fun test() = `A.foo`foo()
|
|
} |