summaryrefslogtreecommitdiff
path: root/tests/diagnostics/extension-visibility.slang.expected
blob: 732ff4189778e5302143d812910119fa13384865 (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 39999: see declaration of func helper<T>(T) -> int
int helper<T : IThing>(T thing)
    ^~~~~~
}
standard output = {
}