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 abf23de + ec73cf3 commit 29a112cCopy full SHA for 29a112c
test/ModuleInterface/assoc_type_inference_tvos.swift
@@ -19,7 +19,7 @@ extension TheColor {
19
// having iOS availability that predates the introduction of tvOS.
20
21
// CHECK: public init?(rawValue: Swift.String)
22
- // CHECK-NOT: @available(tvOS
+ // CHECK-NOT: @available(tvOS)
23
// CHECK: public typealias RawValue = Swift.String
24
public enum StaticNamedColor: String {
25
case black
0 commit comments