7f2cf571b0
#KT-36685 Fixed
4 lines
57 B
Plaintext
Vendored
4 lines
57 B
Plaintext
Vendored
fun test(c: Int) {
|
|
if (c in 0xd801..0xdbff) {
|
|
}
|
|
} |