summary refs log tree commit diff
path: root/tests/pracownia2/error/033_minus_trueture.xi
blob: 9798982a42db1bc602730f4cde5afd80680599fc (plain) (blame)
1
2
3
4
5
6
7
f():bool
{
    return true - true
}

//@PRACOWNIA
//@should_not_typecheck