J2K: adding type arguments where they are needed and removing them where they are redundant
This commit is contained in:
@@ -3,6 +3,6 @@ package demo
|
||||
class Test {
|
||||
fun test(vararg args: Any) {
|
||||
var args = args
|
||||
args = array<Int>(1, 2, 3)
|
||||
args = array(1, 2, 3)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user