summaryrefslogtreecommitdiff
path: root/tests/diagnostics/static-ref-to-nonstatic-member.slang.expected
blob: 76550e4b5adcdcc2b2f5d516f8ba06ee47c50613 (plain)
1
2
3
4
5
6
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'
}
standard output = {
}