6 lines
56 B
Plaintext
Vendored
6 lines
56 B
Plaintext
Vendored
class A
|
|
|
|
val a: Int by `foo`foo()
|
|
|
|
~foo~fun foo() = A()
|