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