[FIR] Implement delegate inference
This commit is contained in:
+1
-1
@@ -8,5 +8,5 @@ class My {
|
||||
val another: String = delegate
|
||||
|
||||
var delegateWithBackingField: String by kotlin.properties.Delegates.notNull()
|
||||
private set(arg) { field = arg }
|
||||
private set(arg) { <!UNRESOLVED_REFERENCE!>field<!> = arg }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user