summaryrefslogtreecommitdiff
path: root/tests/diagnostics/extension-visibility.slang.expected
blob: fb3aaa999c2fc812164ada2bca8e5bd5e0e66ba7 (plain)
1
2
3
4
5
6
7
8
9
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
}
standard output = {
}