Character literals and string templates.
This commit is contained in:
committed by
Dmitry Petrov
parent
f83237498f
commit
86a52e6426
+2
-1
@@ -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'
|
||||
Reference in New Issue
Block a user