FIR IDE: use non-fake override fir elements when finding psi for fir

This commit is contained in:
Ilya Kirillov
2020-07-07 22:16:42 +03:00
parent d10e3f91fa
commit 22054c8507
3 changed files with 20 additions and 5 deletions
@@ -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)