Fix testdata broken in 46bd5ba
This commit is contained in:
+3
-3
@@ -30,9 +30,9 @@ fun baz(s: String) {}
|
||||
fun getArr(): Array<String>? = null
|
||||
|
||||
fun f() {
|
||||
A().foo(1, <!OI;SPREAD_OF_NULLABLE!>*<!>args)
|
||||
bar(2, <!OI;SPREAD_OF_NULLABLE!>*<!><!TYPE_MISMATCH!>args<!>)
|
||||
baz(<!NON_VARARG_SPREAD, OI;SPREAD_OF_NULLABLE!>*<!><!NI;TYPE_MISMATCH!>args<!>)
|
||||
A().foo(1, <!SPREAD_OF_NULLABLE!>*<!>args)
|
||||
bar(2, <!SPREAD_OF_NULLABLE!>*<!><!TYPE_MISMATCH!>args<!>)
|
||||
baz(<!NON_VARARG_SPREAD, SPREAD_OF_NULLABLE!>*<!><!NI;TYPE_MISMATCH!>args<!>)
|
||||
}
|
||||
|
||||
fun g(args: Array<String>?) {
|
||||
|
||||
Reference in New Issue
Block a user