[FIR] During resolve, set correctly property reference type in delegate
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import kotlin.reflect.KProperty
|
||||
val Int.a by Delegate(this)
|
||||
|
||||
class A {
|
||||
val Int.a by <!INAPPLICABLE_CANDIDATE!>Delegate<!>(this)
|
||||
val Int.a by <!UNRESOLVED_REFERENCE!><!INAPPLICABLE_CANDIDATE!>Delegate<!>(this)<!>
|
||||
}
|
||||
|
||||
class Delegate(i: Int) {
|
||||
|
||||
Reference in New Issue
Block a user