Skip to content

Commit 0ff3239

Browse files
committed
Add new input needed for test/Constraints/dynamic_lookup.swift.
1 parent 2de4dbb commit 0ff3239

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import Foundation
2+
3+
public class PrivateObjC {
4+
@objc private func privateFoo() { }
5+
}
6+
7+
public class InternalObjC {
8+
@objc internal func internalFoo() { }
9+
}

0 commit comments

Comments
 (0)