7f2cf571b0
#KT-36685 Fixed
5 lines
82 B
Plaintext
Vendored
5 lines
82 B
Plaintext
Vendored
fun test(c: Int) {
|
|
if (c in 0b1101100000000001..0b1101101111111111) {
|
|
}
|
|
}
|