summary refs log tree commit diff
path: root/tests/pracownia2/error/107_variables_nested_scope_ifelse.xi
blob: a7b0cb6b89c08ccaa5685dd2c34bb3c072443d2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
test()
{
    x:int
    if true {
    } else {
        x:bool
    } 
}
//@PRACOWNIA
//@should_not_typecheck