We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de4dbb commit 0ff3239Copy full SHA for 0ff3239
test/Constraints/Inputs/PrivateObjC.swift
@@ -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