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

6 lines
56 B
Plaintext
Vendored

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