KT-6044 J2K: Convert numeric float literals to 0.2f instead of 0.2.toFloat() + more fixes related to literals and type transformations
#KT-6044 Fixed
This commit is contained in:
@@ -1 +1 @@
|
||||
val a = floatArray(1.0, 2.0, 3.0)
|
||||
val a = floatArray(1f, 2f, 3.0f)
|
||||
Reference in New Issue
Block a user