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 7d35c95 commit f1d830aCopy full SHA for f1d830a
test/decl/var/properties.swift
@@ -850,7 +850,7 @@ struct WillSetDidSetDisambiguate3 {
850
}
851
852
protocol ProtocolGetSet1 {
853
- var a: Int // expected-error {{property in protocol must have explicit { get } or { get set } specifier}} //{{13-13= { get <#set#> \}}}
+ var a: Int // expected-error {{property in protocol must have explicit { get } or { get set } specifier}} {{13-13= { get <#set#> \}}}
854
855
protocol ProtocolGetSet2 {
856
var a: Int {} // expected-error {{property in protocol must have explicit { get } or { get set } specifier}} {{14-16={ get <#set#> \}}}
0 commit comments