[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
fun test(a: Any?) {
|
||||
if (a is String) {
|
||||
a == ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user