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