[FIR] During resolve, set correctly property reference type in delegate
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ class Delegate {
|
||||
fun foo(): Int {
|
||||
val prop: Int by Delegate()
|
||||
|
||||
val prop2: Int by 123
|
||||
val prop2: Int by <!UNRESOLVED_REFERENCE!>123<!>
|
||||
|
||||
val obj = object {
|
||||
fun v(): Int {
|
||||
|
||||
Reference in New Issue
Block a user