[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package aaa
|
||||
|
||||
fun bar(a: Int, b: Int) {}
|
||||
|
||||
fun foo(a: Int?) {
|
||||
bar(a!!, a)
|
||||
}
|
||||
Reference in New Issue
Block a user