FIR IDE: fix testdata

This commit is contained in:
Ilya Kirillov
2020-12-22 16:32:41 +01:00
parent b2b364eca6
commit 7c9cf45a3f
@@ -1,11 +1,11 @@
FILE: main.kt
public? final? fun Y.test(): String? {
lval a: <implicit> = when (this#) {
($subj$ is F) -> {
IntegerLiteral(1)
public final fun R|Y|.test(): R|kotlin/String?| {
lval a: R|kotlin/Int| = when (this@R|/test|) {
($subj$ is R|F|) -> {
Int(1)
}
($subj$ is G) -> {
IntegerLiteral(2)
($subj$ is R|G|) -> {
Int(2)
}
else -> {
^test Null(null)