blob: 4e42512cfd13195a7983070fafa2bcc98b82a5f4 [file]
// OPTION: 0
fun foo(n : Int): Int {
<caret>if (n > 0) {
1
} else {
-1
}
return 0
}