mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Make sure we test checkObjCWitnessSelector() in the multi-file case. I made some changes that regressed a source compatibility project but the regression was not caught by our test suite, so make sure we have a test for this now.
6 lines
71 B
Swift
6 lines
71 B
Swift
import Foundation
|
|
|
|
public class Pony {
|
|
public var hindEnd: Int = 0
|
|
}
|