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