blob: 5f5eda6afe73edf7bd46fa9c57d0984b1c9a0a5d (
plain)
1
2
3
4
5
6
7
8
|
result code = -1
standard error = {
tests/diagnostics/no-type-conformance.slang(12): error 50100: No type conformances are found for interface 'IFoo'. Code generation for current target requires at least one implementation type present in the linkage.
obj.get();
^
}
standard output = {
}
|