We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6941821 commit 9c6b703Copy full SHA for 9c6b703
test/CrossImport/remark-option.swift
@@ -4,6 +4,6 @@
4
// RUN: %target-typecheck-verify-swift -enable-cross-import-overlays -Rcross-import -I %t/include -I %t/lib/swift -F %t/Frameworks
5
6
import DeclaringLibrary
7
-// FIXME: Similarly to horrible.swift, ideally we would emit this remark on DelcaringLibrary
+// FIXME: Similarly to horrible.swift, ideally we would emit this remark on DeclaringLibrary
8
// decl, since the cross-import overlay actually belongs to the DeclaringLibrary. (SR-12223)
9
import BystandingLibrary // expected-remark {{import of 'DeclaringLibrary' and 'BystandingLibrary' triggered a cross-import of '_OverlayLibrary'}}
0 commit comments