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 57ae206 commit d067f07Copy full SHA for d067f07
test/Interop/Cxx/class/inheritance/sub-types-module-interface.swift
@@ -11,10 +11,10 @@
11
// CHECK-NEXT: case ecc
12
// CHECK-NEXT: }
13
// CHECK-NEXT: struct Enum : Equatable, RawRepresentable {
14
-// CHECK-NEXT: init(_ rawValue: UInt32)
15
-// CHECK-NEXT: init(rawValue: UInt32)
16
-// CHECK-NEXT: var rawValue: UInt32
17
-// CHECK-NEXT: typealias RawValue = UInt32
+// CHECK-NEXT: init(_ rawValue: {{UInt32|Int32}})
+// CHECK-NEXT: init(rawValue: {{UInt32|Int32}})
+// CHECK-NEXT: var rawValue: {{UInt32|Int32}}
+// CHECK-NEXT: typealias RawValue = {{UInt32|Int32}}
18
19
// CHECK-NEXT: struct Struct {
20
// CHECK-NEXT: init()
0 commit comments