summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/static-ref-to-nonstatic-member.slang.expected
blob: 27d8152f1e46e809588b8eaa0662ad322e3ec401 (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
tests/diagnostics/static-ref-to-nonstatic-member.slang(11): error 30100: type 'Color' cannot be used to refer to non-static member 'Red'
    int x = Color.Red;
                  ^~~
}
standard output = {
}