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
/
005_length_bool.xi
blob: 27324e490e5aa3f99ac781f0b0d316d1ce383f92 (
plain
) (
tree
)
2195224
1
2
3
4
5
6
test
(
x
:
bool
)
:
int
{
return
length
(
x
)
}
//@PRACOWNIA
//@should_not_typecheck