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
/
099_variables_nested_scope.xi
blob: b86310118670969aa68650248b99d9d604617f92 (
plain
) (
tree
)
2195224
1
2
3
4
5
6
7
8
9
test
()
{
x
:
int
{
x
:
bool
}
}
//@PRACOWNIA
//@should_not_typecheck