New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
76b73542d9
commit
b13f7431f2
+1
-1
@@ -2,7 +2,7 @@ package demo
|
||||
|
||||
internal class Test {
|
||||
fun test(vararg args: Any?) {
|
||||
var args: Any? = args
|
||||
var argsx = args
|
||||
args = arrayOf(1, 2, 3)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user