blob: 217dfa188248ad1e2fd552bf562b9f19fca2d2d6 (
plain)
1
2
3
4
5
6
7
|
result code = -1
standard error = {
tests/diagnostics/extension-visibility.slang(17): error 39999: could not specialize generic for arguments of type (MyThing)
tests/diagnostics/extension-visibility-a.slang(14): note 39999: see declaration of func helper<T>(T) -> int
}
standard output = {
}
|