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