[FIR] Approximate all integer literals which resolved in independent mode
#KT-42016
This commit is contained in:
Vendored
+2
-2
@@ -5,9 +5,9 @@ import kotlin.reflect.KProperty
|
||||
operator fun Any.getValue(x: Any?, y: Any): Any = null!!
|
||||
|
||||
class C {
|
||||
val x by <!UNRESOLVED_REFERENCE!>1<!>
|
||||
val x by 1
|
||||
val `$$delegatedProperties`: Array<KProperty<*>> = null!!
|
||||
}
|
||||
|
||||
val x by <!UNRESOLVED_REFERENCE!>1<!>
|
||||
val x by 1
|
||||
val `$$delegatedProperties`: Array<KProperty<*>> = null!!
|
||||
|
||||
Reference in New Issue
Block a user