blob: 0dbff9e98a8060e0f5d732a437a67e90ef1f0a88 [file] [log] [blame]
// IS_APPLICABLE: false
// WITH_RUNTIME
fun foo(bar: Int) {
bar > 0.0 && 10.0 >= bar<caret>
}