FIR IDE: use non-fake override fir elements when finding psi for fir
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
// IGNORE_FIR
|
||||
|
||||
import kotlin.properties.Delegates
|
||||
|
||||
var x: Int <caret>by Delegates.notNull()
|
||||
|
||||
// MULTIRESOLVE
|
||||
// REF: (in kotlin.properties.ReadWriteProperty).getValue(T, kotlin.reflect.KProperty<*>)
|
||||
// REF: (in kotlin.properties.ReadWriteProperty).setValue(T, kotlin.reflect.KProperty<*>, V)
|
||||
|
||||
Reference in New Issue
Block a user