summary refs log tree commit diff
path: root/tests/pracownia2/error/012_comp_le_intA_boolA.xi
blob: 333e8260fd6e28a7b8945bcb368b0b341296312f (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