summary refs log tree commit diff
path: root/tests/pracownia2/error/036_comp_lt_boolA.xi
blob: c55d624dead21644d2f874e829825ce62a8361b5 (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