e20e097a63
#KT-17079 #KT-17762 Fixed
5 lines
94 B
Kotlin
Vendored
5 lines
94 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// DISABLE-ERRORS
|
|
fun foo(bar: Char) {
|
|
bar > 1 && 2 > bar<caret>
|
|
} |