Java to Kotlin converter: refactored code to drop ArrayInitializerExpression
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
val a = 0
|
||||
val b = 0
|
||||
val c = 0
|
||||
val ds = doubleArray((a).toDouble(), (b).toDouble(), (c).toDouble())
|
||||
val ds = doubleArray(a.toDouble(), b.toDouble(), c.toDouble())
|
||||
Reference in New Issue
Block a user