[FIR TEST] Update diagnostic spec test data
This commit is contained in:
Vendored
+1
-1
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user