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 e53fa3f commit 58356f9Copy full SHA for 58356f9
test/Sema/availability_versions.swift
@@ -1345,7 +1345,7 @@ func testForFixitWithNestedMemberRefExpr() {
1345
// Protocol Conformances
1346
1347
protocol ProtocolWithRequirementMentioningUnavailable {
1348
- // expected-note@-1 6{{add @available attribute to enclosing protocol}}
+ // expected-note@-1 4{{add @available attribute to enclosing protocol}}
1349
func hasUnavailableParameter(_ p: ClassAvailableOn10_51) // expected-error * {{'ClassAvailableOn10_51' is only available on OS X 10.51 or newer}}
1350
// expected-note@-1 * {{add @available attribute to enclosing instance method}}
1351
0 commit comments