blob: 2f76dcffaa53f52b9c2df5fc976cf10c5fc69590 [file] [log] [blame]
// WITH_RUNTIME
fun foo(bar: Double) {
0 <= bar && bar <= 10.0<caret>
}