summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/interfaces/mutating-impl-of-non-mutating-req.slang.expected
blob: f3382a688f9d74e8c01f5f73aa87879fe89613f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
result code = -1
standard error = {
tests/diagnostics/interfaces/mutating-impl-of-non-mutating-req.slang(14): error 38105: member 'processValue' does not match interface requirement.
    [mutating] int processValue(int inValue)
                   ^~~~~~~~~~~~
tests/diagnostics/interfaces/mutating-impl-of-non-mutating-req.slang(7): note: see interface requirement declaration of 'processValue'
    int processValue(int inValue);
        ^~~~~~~~~~~~
}
standard output = {
}