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 e740a77 commit fd4f8e0Copy full SHA for fd4f8e0
test/NameLookup/module_selector.swift
@@ -84,8 +84,8 @@ extension B: main::Equatable {
84
// @_derivative(of:)
85
86
@_dynamicReplacement(for: main::negate())
87
- // FIXME shouldn't this succeed?: expected-error@-1 {{replaced function 'main::negate()' could not be found}}
88
- // 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}}
89
mutating func myNegate() {
90
let fn: (main::Int, main::Int) -> main::Int =
91
// expected-error@-1 3{{type 'Int' is not imported through module 'main'}}
0 commit comments