blob: 894852280f51eea5f9408822c4e9a5c3b95395b2 [file] [log] [blame]
class A {
fun foo() = 1
fun test() {
fun ~local~foo() = 2
`local`foo()
}
}