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<Double>(1.0, 2.0, 3.0)
|
||||
val a = array(1.0, 2.0, 3.0)
|
||||
Reference in New Issue
Block a user