[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
fun f(vararg t : Int, f : ()->Unit) {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
f {}
|
||||
f() {}
|
||||
f(1) {
|
||||
|
||||
}
|
||||
f(1, 2) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user