Resolve expression in property delegate
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
~A~class A {
|
||||
~foo~fun foo() = A()
|
||||
}
|
||||
|
||||
class B {
|
||||
val a: Int by `A`A().`foo`foo()
|
||||
val b: Int by `A`A()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user