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