81f3a98f49
Relates to #KT-17310
5 lines
87 B
Kotlin
Vendored
5 lines
87 B
Kotlin
Vendored
// PROBLEM: none
|
|
// DISABLE-ERRORS
|
|
fun foo(bar: Char) {
|
|
bar > 1 && 2 > bar<caret>
|
|
} |