mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Gardening: Migrate test suite to GH issues: ClangImporter
This commit is contained in:
@@ -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}}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user