[FIR] Enable asserts for not building AST tree in lazy mode
Make interface delegate expressions lazy
This commit is contained in:
@@ -11,3 +11,9 @@ val delegate = object: ReadWriteProperty<Any?, Int> {
|
||||
val value by delegate
|
||||
|
||||
var variable by delegate
|
||||
|
||||
interface Base {
|
||||
}
|
||||
|
||||
class Derived(b: Base) : Base by b {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user