[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
fun test(a: Any?) {
|
||||
if (a != null) {
|
||||
a.foo(11)
|
||||
}
|
||||
}
|
||||
|
||||
fun <T> Any.foo(t: T) = t
|
||||
Reference in New Issue
Block a user