[IR] update testdata: don't use "D" suffix on double constants
This commit is contained in:
committed by
teamcityserver
parent
73771a3513
commit
57cb8f97e9
+2
-2
@@ -31,11 +31,11 @@ val test8: Long
|
||||
get
|
||||
|
||||
val test9: Double
|
||||
field = 1.0D
|
||||
field = 1.0
|
||||
get
|
||||
|
||||
val test10: Double
|
||||
field = -1.0D
|
||||
field = -1.0
|
||||
get
|
||||
|
||||
val test11: Float
|
||||
|
||||
Reference in New Issue
Block a user