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 52e301e commit 9aceb99Copy full SHA for 9aceb99
test/attr/attr_static_exclusive_only.swift
@@ -75,7 +75,7 @@ var r0 = Q<Int>() // expected-error {{variable of type 'Q<Int>' must be declared
75
protocol S {
76
var t0: B { get } // OK
77
78
- var t1: B { get set } // expected-error {{varaible of type 'B' must not have a setter}}
+ var t1: B { get set } // expected-error {{variable of type 'B' must not have a setter}}
79
}
80
81
protocol U: ~Copyable {
0 commit comments