J2K: adding type arguments where they are needed and removing them where they are redundant
This commit is contained in:
@@ -1 +1 @@
|
||||
val a = array<IntArray>(intArray(1, 2, 3), intArray(4, 5, 6), intArray(7, 8, 9))
|
||||
val a = array(intArray(1, 2, 3), intArray(4, 5, 6), intArray(7, 8, 9))
|
||||
Reference in New Issue
Block a user