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

7 lines
45 B
Plaintext
Vendored

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