[FIR TEST] Update diagnostic spec test data

This commit is contained in:
Mikhail Glukhikh
2020-07-31 20:25:36 +03:00
parent 6eab6f2f87
commit dc46d51d9a
3 changed files with 5 additions and 5 deletions
@@ -3,7 +3,7 @@
// TESTCASE NUMBER: 1
fun case_1(value_1: Any, value_2: Int): String {
when (value_1) {
is value_2 -> return ""
is <!UNRESOLVED_REFERENCE!>value_2<!> -> return ""
}
return ""