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 @@ -122,11 +122,11 @@ extension B: main::Equatable {
122
122
123
123
// Test resolution of ModuleSelectorTestingKit:: using `C`
124
124
125
- extension C { }
125
+ extension ModuleSelectorTestingKit : : C { }
126
126
127
- extension ModuleSelectorTestingKit : : C : ModuleSelectorTestingKit : : Equatable {
127
+ extension C : ModuleSelectorTestingKit : : Equatable {
128
128
// expected-error@-1 {{type 'Equatable' is not imported through module 'ModuleSelectorTestingKit'}}
129
- // expected-note@-2 {{did you mean module 'Swift'?}} {{40-64 =Swift}}
129
+ // expected-note@-2 {{did you mean module 'Swift'?}} {{14-38 =Swift}}
130
130
131
131
@_implements ( ModuleSelectorTestingKit: : Equatable, ModuleSelectorTestingKit: : == ( _: _: ) )
132
132
// 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