26ec7ec296
The new testdata seems to be more correct or just different ^KTIJ-23268
7 lines
189 B
Plaintext
Vendored
7 lines
189 B
Plaintext
Vendored
fun primitive(vararg a: kotlin.Int)
|
|
|
|
fun nullablePrimitive(vararg b: kotlin.Float?)
|
|
|
|
fun nonPrimitive(vararg c: kotlin.Any)
|
|
|
|
fun error(vararg d: ERROR_TYPE(Symbol not found for Unresolved)) |