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