summaryrefslogtreecommitdiff
path: root/tests/diagnostics/static-ref-to-nonstatic-member.slang.expected
blob: dc6629470a4bbba222a7d1d399b47062a57d87c2 (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 = {
}