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