summaryrefslogtreecommitdiff
path: root/keama/tests/tautology.err
blob: e1f506ddc6f2a9d6756f0525d2fc603e161ddca3 (plain)
1
2
3
4
5
6
7
8
9
# bad (tautology) class declaration config

# class declaration
class "tautology" {
    # tautology
    # note that true does not work as it is a variable reference
    # and for the same reason quotes are needed (or one can use hexa)
    match if "foo" = "foo";
}