summary refs log tree commit diff
path: root/tests/pracownia2/error/025_rem_trueture.xi
blob: 581d5c6c55ffaae511ea6d9a35872c14517a1160 (plain) (blame)
1
2
3
4
5
6
7
f():bool
{
    return true % true
}

//@PRACOWNIA
//@should_not_typecheck