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
/
034_ifelse_copnd_boolA.xi
blob: 5f31797f73f065d725efeaa888564b044aca31c8 (
plain
) (
tree
)
2195224
1
2
3
4
5
6
7
8
test
(
x
:
bool
[])
{
if
x
{
}
else
{
}
}
//@PRACOWNIA
//@should_not_typecheck