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 5eef82e commit c1fe3a3Copy full SHA for c1fe3a3
test/NameLookup/module_selector.swift
@@ -86,8 +86,8 @@ extension B: main::Equatable {
86
// @_derivative(of:)
87
88
@_dynamicReplacement(for: main::negate())
89
- // FIXME shouldn't this succeed?: expected-error@-1 {{replaced function 'main::negate()' could not be found}}
90
- // FIXME: expected-note@-2 {{did you mean module 'ModuleSelectorTestingKit'?}} {{29-33=ModuleSelectorTestingKit}}
+ // expected-error@-1 {{replaced function 'main::negate()' could not be found}}
+ // expected-note@-2 {{did you mean module 'ModuleSelectorTestingKit'?}} {{29-33=ModuleSelectorTestingKit}}
91
mutating func myNegate() {
92
let fn: (main::Int, main::Int) -> main::Int =
93
// expected-error@-1 3{{type 'Int' is not imported through module 'main'}}
0 commit comments