mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We checked for an import of a module named 'Foundation' before checking if Objective-C interoperability was enabled, which would lead to hilarious results. Fixes <https://bugs.swift.org/browse/SR-13713> / <rdar://problem/70140319>.