Files
kotlin-fork/compiler/testData/resolve/delegatedProperty/delegationByCall.resolve
T
2013-04-30 20:08:04 +04:00

7 lines
72 B
Plaintext

~A~class A {
~foo~fun foo() = A()
}
val a: Int by `A`A().`foo`foo()