summary refs log tree commit diff
path: root/tests/pracownia2/error/072_if_cond_int.xi
blob: 8822d655875a6079547fb3769c526bdfb31df2af (plain) (blame)
1
2
3
4
5
6
7
test(x:int)
{
    if x {
    }
}
//@PRACOWNIA
//@should_not_typecheck