mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This is swift test to go with https://github.com/apple/llvm-project/pull/4118 The test is verifying that a ObjCMethod that is annotated by an APINote is in fact getting the APINote applied. These types of APINotes are heavily used by UIKit for instance in didMoveToParentViewController in UIViewController.
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
---
|
|
Name: SomeModule
|
|
Classes:
|
|
- Name: NSSomeClass
|
|
SwiftName: SomeClass
|
|
Methods:
|
|
- Selector: 'didMoveToParentViewController:'
|
|
SwiftName: didMove(toParent:)
|
|
MethodKind: Instance
|