[FIR-TEST] Update testdata

It was forgotten in 61c17d91
This commit is contained in:
Dmitriy Novozhilov
2019-11-28 18:00:18 +03:00
parent 2f4f09e3a2
commit c4a115720e
@@ -8,7 +8,7 @@ FILE: noSmartcast.kt
}
public final fun test(a: R|kotlin/Any|): R|kotlin/Unit| {
when () {
R|/takeA|(when (lval <elvis>: R|A?| = (R|<local>/a| as R|A?|)) {
R|/takeA|(when (lval <elvis>: R|A?| = (R|<local>/a| as? R|A|)) {
==($subj$, Null(null)) -> {
^test Unit
}
@@ -17,7 +17,7 @@ FILE: noSmartcast.kt
}
}
) -> {
R|<local>/a|.R|/A.foo|()
R|<local>/a|.<Unresolved name: foo>#()
}
}