Files
swift-mirror/test/Sema/Inputs/circularity_multifile_error_helper.swift
2020-04-28 14:11:39 -07:00

6 lines
129 B
Swift

struct External {
var member: Something // expected-error {{cannot find type 'Something' in scope}}
}
struct OtherExternal {}