summary refs log tree commit diff
path: root/tests/pracownia2/error/103_comp_gt_boolA.xi
blob: db287176aea543642f1b0c74b4a148274ca5f152 (plain) (blame)
1
2
3
4
5
6
7
test(a:bool[], b:bool[]):bool
{
  return a > b
}
//@PRACOWNIA
//@stop_after typechecker
//@should_not_typecheck