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
/
045_bool_index.xi
blob: 17133eb22a8de45cc3dbac212bdc6d302fd52d50 (
plain
) (
tree
)
2195224
1
2
3
4
5
6
7
test
(
a
:
bool
[])
{
i
:
bool
;
a
[
i
]
=
true
;
}
//@PRACOWNIA
//@should_not_typecheck