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

//@PRACOWNIA
//@stop_after typechecker