[IR] update testdata: don't use "D" suffix on double constants

This commit is contained in:
Zalim Bashorov
2020-11-23 20:46:19 +03:00
committed by teamcityserver
parent 73771a3513
commit 57cb8f97e9
8 changed files with 26 additions and 22 deletions
+2 -2
View File
@@ -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