summary refs log tree commit diff
path: root/tests/pracownia2/ok/036_ifelse_on_var.xi
blob: e906f81d5c5e5ce14718a1bc499252acbf47b8d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
test(x:bool)
{
    if x {
    } else {
    }
}

//@PRACOWNIA
//@stop_after typechecker