We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bae24 commit 4b7ee10Copy full SHA for 4b7ee10
test/decl/ext/objc_implementation.swift
@@ -1,6 +1,9 @@
1
// RUN: %target-typecheck-verify-swift -import-objc-header %S/Inputs/objc_implementation.h -enable-experimental-feature ObjCImplementation -enable-experimental-feature CImplementation -target %target-stable-abi-triple
2
// REQUIRES: objc_interop
3
4
+// Temporarily disabled rdar://128683206
5
+// REQUIRES: rdar128683206
6
+
7
protocol EmptySwiftProto {}
8
9
@objc @implementation extension ObjCClass: EmptySwiftProto, EmptyObjCProto {
0 commit comments