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