Allow any case for u suffix

#KT-24663 In Progress
This commit is contained in:
Mikhail Zarechenskiy
2018-06-26 14:53:29 +03:00
parent 984e37c7f1
commit 7c44992016
7 changed files with 363 additions and 256 deletions
+9 -1
View File
@@ -9,5 +9,13 @@ val array = array<Any>(
1e1u,
1.0e1u,
2_2.0fu,
6.022_137e+2_3fu
6.022_137e+2_3fu,
1U,
0xFU,
1uU,
1Uu,
1Lu,
1LU,
1uL,
1UL
)