summary refs log tree commit diff
path: root/tests/pracownia2/error/026_function_missing_return_ifelse.xi
blob: 607c1544b8468cb15c67e272ef866f1f577f9465 (plain) (blame)
1
2
3
4
5
6
7
8
f(x:bool):int
{
    if (x) {
    } else {
    }
}
//@PRACOWNIA
//@should_not_typecheck