Files
swift-mirror/test/multifile/Inputs/protocol-conformance-objc-other.swift
Slava Pestov 42901546fb Sema: Add multi-file test case for @objc conformance checking
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.
2019-08-02 19:34:43 -04:00

6 lines
71 B
Swift

import Foundation
public class Pony {
public var hindEnd: Int = 0
}