Convert to range check: do not transform binaries/hexadecimals to decimals
#KT-36685 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
fun test(c: Int) {
|
||||
if (c in 0b1101100000000001..0b1101101111111111) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user