summary refs log tree commit diff
path: root/tests/pracownia2/error/082_function_missing_return_while_return.xi
blob: b7dd9726573fd76912e3b07993916b3afadc3337 (plain) (blame)
1
2
3
4
5
6
7
8
f(x:bool):int
{
    while x {
        return 0
    }
}
//@PRACOWNIA
//@should_not_typecheck