FIR IDE: fix testdata of AbstractFirLazyResolveTest

This commit is contained in:
Ilya Kirillov
2020-08-27 11:59:07 +03:00
parent 3cd445563e
commit 36cc73602e
+1 -9
View File
@@ -8,15 +8,7 @@ FILE: main.kt
public get(): R|kotlin/String?|
public final fun foo(): R|kotlin/String| {
^foo when (lval <elvis>: R|kotlin/String?| = this@R|elvis/WithElvis|.R|elvis/WithElvis.value|) {
==($subj$, Null(null)) -> {
String()
}
else -> {
R|<local>/<elvis>|
}
}
^foo this@R|elvis/WithElvis|.R|elvis/WithElvis.value| ?: String()
}
}