mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Per feedback from Jordan, this avoids extra work without missing additional diagnostics from the current source file.
6 lines
69 B
Swift
6 lines
69 B
Swift
struct External {
|
|
var member: Something
|
|
}
|
|
|
|
struct OtherExternal {}
|