Files
swift-mirror/test/Sema/Inputs/circularity_multifile_error_helper.swift
Doug Gregor 40919f900c [Type checker] Don't finalize decls from other source files after an error.
Per feedback from Jordan, this avoids extra work without missing
additional diagnostics from the current source file.
2018-07-26 09:41:07 -07:00

6 lines
69 B
Swift

struct External {
var member: Something
}
struct OtherExternal {}