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