summary refs log tree commit diff
path: root/tests/pracownia2/error/111_variables_nested_scope_while.xi
blob: b0d19360b8dca8f93370e742284af511de55bbb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
test()
{
    x:int
    while true {
        x:bool
    } 
}
//@PRACOWNIA
//@should_not_typecheck