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.
2 parents b028aea + 7701b88 commit 5ced89bCopy full SHA for 5ced89b
test/ParseableInterface/Inputs/enums-layout-helper.swift
@@ -18,8 +18,8 @@ public enum FutureproofEnum: Int {
18
case c = 100
19
}
20
21
-// CHECK-LABEL: public enum FutureproofObjCEnum : Int
22
-@objc public enum FutureproofObjCEnum: Int {
+// CHECK-LABEL: public enum FutureproofObjCEnum : Int32
+@objc public enum FutureproofObjCEnum: Int32 {
23
// CHECK-NEXT: case a = 1{{$}}
24
case a = 1
25
// CHECK-NEXT: case b = 10{{$}}
0 commit comments