summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/extension-visibility.slang.expected
blob: 10033f24b274ad06bef7c3df4a2ae8710e7896b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
result code = -1
standard error = {
tests/diagnostics/extension-visibility.slang(17): error 39999: could not specialize generic for arguments of type (MyThing)
    return helper(thing);
                 ^
tests/diagnostics/extension-visibility-a.slang(14): note: see declaration of public func helper<T>(T) -> int
public int helper<T : IThing>(T thing)
           ^~~~~~
}
standard output = {
}