7f2cf571b0
#KT-36685 Fixed
5 lines
94 B
Kotlin
Vendored
5 lines
94 B
Kotlin
Vendored
fun test(c: Int) {
|
|
if (<caret>c > 0b1101100000000000 && c < 0b1101110000000000) {
|
|
}
|
|
}
|