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
/
106_length_as_intA.xi
blob: 7d29ad2be5ef500a9d9e6b10653f3d7a0af09db1 (
plain
) (
tree
)
2195224
1
2
3
4
5
6
test
(
x
:
int
[])
:
int
[]
{
return
length
(
x
)
}
//@PRACOWNIA
//@should_not_typecheck