mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The diagnostics/remarks out of the ModularizationError wrapped in a TypeError (eg. coming from resolveCrossReference) is otherwise just dropped but could help better understand C/C++ interop issues.
5 lines
48 B
Swift
5 lines
48 B
Swift
import A
|
|
|
|
public class CustomWindow: Window {
|
|
}
|