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