File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ extension B: main::Equatable {
123
123
124
124
// Test resolution of ModuleSelectorTestingKit:: using `C`
125
125
126
- extension C { }
126
+ extension ModuleSelectorTestingKit : : C { }
127
127
128
- extension ModuleSelectorTestingKit : : C : ModuleSelectorTestingKit : : Equatable {
128
+ extension C : ModuleSelectorTestingKit : : Equatable {
129
129
// expected-error@-1 {{type 'Equatable' is not imported through module 'ModuleSelectorTestingKit'}}
130
- // expected-note@-2 {{did you mean module 'Swift'?}} {{40-64 =Swift}}
130
+ // expected-note@-2 {{did you mean module 'Swift'?}} {{14-38 =Swift}}
131
131
132
132
@_implements ( ModuleSelectorTestingKit: : Equatable, ModuleSelectorTestingKit: : == ( _: _: ) )
133
133
// expected-error@-1 {{name cannot be qualified with module selector here}} {{53-79=}}
You can’t perform that action at this time.
0 commit comments