summary refs log tree commit diff
path: root/tests/pracownia2/error/104_plus_trueture.xi
blob: 44ddced670953709edfb5b8ed7026f6d1acc23f1 (plain) (blame)
1
2
3
4
5
6
7
f():bool
{
    return true + true
}

//@PRACOWNIA
//@should_not_typecheck