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
/
076_intA_index.xi
blob: cc43ec439d9077db0a2f0c634e8c3ca6b6af6445 (
plain
) (
tree
)
2195224
1
2
3
4
5
6
7
test
(
a
:
int
[])
{
i
:
int
[];
a
[
i
]
=
1
;
}
//@PRACOWNIA
//@should_not_typecheck