Removing usages of tuples from test data
(KT-2358 Drop tuples) #KT-2358 In progress
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
public open class VarargString() : java.lang.Object() {
|
||||
public open fun vararg(vararg p0: String?): Unit = #()
|
||||
public open fun vararg(vararg p0: String?): Unit = Unit.VALUE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user