index
:
compiler_construction
main
Project for Compiler Construction course
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pracownia2
/
error
/
000_length_as_boolA.xi
blob: 55d13121e1777073340ef68add3f8caae2d093e7 (
plain
) (
tree
)
2195224
1
2
3
4
5
6
test
(
x
:
int
[])
:
bool
[]
{
return
length
(
x
)
}
//@PRACOWNIA
//@should_not_typecheck