3cf133bff7
local extensions aren't longer chosen before members
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
fun ~A.foo~A.foo() = 1
|
|
fun foo() = 2
|
|
|
|
class A {
|
|
fun test() = `A.foo`foo()
|
|
} |