summary refs log tree commit diff
path: root/tests/pracownia2/ok/037_with_expectation_concat.xi
blob: 402e82241e779d2a2253d80b9e0ea6a2c1bff6ef (plain) (blame)
1
2
3
4
5
6
test():bool[]
{
    return {false, true} + {true, false}
}
//@PRACOWNIA
//@stop_after typechecker