blob: 29001194b38cb24972be2e4cc6338ce83065df52 [file]
fun foo(b: Boolean) : Int {
if (b) return 15;
return 20;
}