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