summary refs log tree commit diff
path: root/tests/pracownia2/ok/048_noconflict_other_scopes.xi
blob: 788c5ee737e2fd73bc103a443047a9565943490b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
test(x:bool)
{
    if x {
        y:int
    } else {
        y:int[]
    }
}
//@PRACOWNIA
//@stop_after typechecker