Introduce uL/UL suffix to represent numbers of unsigned long type
#KT-24663 Fixed
This commit is contained in:
+2
-1
@@ -17,5 +17,6 @@ val array = array<Any>(
|
||||
1Lu,
|
||||
1LU,
|
||||
1uL,
|
||||
1UL
|
||||
1UL,
|
||||
3Ul
|
||||
)
|
||||
Reference in New Issue
Block a user