Character literals and string templates.

This commit is contained in:
Dmitry Petrov
2016-08-30 13:35:02 +03:00
committed by Dmitry Petrov
parent f83237498f
commit 86a52e6426
7 changed files with 76 additions and 18 deletions
+2 -1
View File
@@ -9,4 +9,5 @@ val test8 = -1L
val test9 = 1.0
val test10 = -1.0
val test11 = 1.0f
val test12 = -1.0f
val test12 = -1.0f
val test13 = 'a'