Gardening: Migrate test suite to GH issues: ClangImporter

This commit is contained in:
Anthony Latsis
2022-08-12 06:58:42 +03:00
parent a2ece9e298
commit 9596dcd1df
11 changed files with 41 additions and 25 deletions

View File

@@ -15,7 +15,8 @@ import Foundation
import ProtoRenaming
import ImplementProtoRenaming
// SR-3917: compiler crash when using an "old" name for an imported requirement
// https://github.com/apple/swift/issues/46502
// Compiler crash when using an "old" name for an imported requirement
class MyGraphViewSubclass : MyGraphView {
@objc func doSomethingToGraphView(_ view: GraphView) { } // expected-error{{method 'doSomethingToGraphView' with Objective-C selector 'doSomethingToGraphView:' conflicts with method 'doSomething(to:)' from superclass 'MyGraphView' with the same Objective-C selector}}
}