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 2e23ee5 commit 85baf3fCopy full SHA for 85baf3f
validation-test/compiler_crashers_2_fixed/0160-rdar41141944.swift
@@ -11,8 +11,6 @@ class C : P {
11
// expected-error@-1 {{type 'C' does not conform to protocol 'P'}}
12
var foo: Float = 0.75
13
// expected-note@-1 {{'foo' previously declared here}}
14
- // expected-note@-2 {{candidate is not a function}}
15
func foo() {}
16
// expected-error@-1 {{invalid redeclaration of 'foo()'}}
17
- // expected-note@-2 {{candidate has non-matching type '() -> ()'}}
18
}
0 commit comments