Fix silence turning integers with leading zero into doubles
#KT-4296 Fixed
This commit is contained in:
@@ -14,4 +14,7 @@ val array = array<Any>(
|
||||
0X1l,
|
||||
0b1l,
|
||||
0B1l,
|
||||
)
|
||||
0
|
||||
)
|
||||
|
||||
val a = 01
|
||||
Reference in New Issue
Block a user