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 b6a4ef0 + a6ff253 commit 0bc0979Copy full SHA for 0bc0979
test/ParseableInterface/Inputs/enums-layout-helper.swift
@@ -28,8 +28,8 @@ public enum FutureproofEnum: Int {
28
case c = 100
29
}
30
31
-// CHECK-LABEL: public enum FrozenObjCEnum : Int
32
-@_frozen @objc public enum FrozenObjCEnum: Int {
+// CHECK-LABEL: public enum FrozenObjCEnum : Int32
+@_frozen @objc public enum FrozenObjCEnum: Int32 {
33
// CHECK-NEXT: case a = 1{{$}}
34
case a = 1
35
// CHECK-NEXT: case b = 10{{$}}
0 commit comments