mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is mostly a "don't crash" commit, but since member XREFs don't specify which module they're looking in, they can actually pick up members from the module currently being compiled...which may not have a type yet. rdar://problem/21071045 Swift SVN r30895
6 lines
66 B
Swift
6 lines
66 B
Swift
import has_xref
|
|
|
|
extension SpecialInt {
|
|
init(conflict: ()) {}
|
|
}
|