summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/interface-requirement-not-satisfied.slang.expected
blob: d9a832794558a7b94668ee92c7990d26304a97b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
result code = -1
standard error = {
tests/diagnostics/interface-requirement-not-satisfied.slang(10): error 38100: type 'T' does not provide required interface member 'bar'
struct T : IFoo
           ^~~~
tests/diagnostics/interface-requirement-not-satisfied.slang(7): note: see declaration of 'bar'
    void bar();
         ^~~
}
standard output = {
}