blob: 1ad5c09c458fad6527ce4f044f30f8a09beba7a0 [file]
class A {
fun ~member~foo() = 1
fun test() {
this.`member`foo()
}
fun A.foo() = 2
}