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 eb79a08 commit 1f0cbacCopy full SHA for 1f0cbac
test/Sema/enum_conformance_synthesis.swift
@@ -355,7 +355,6 @@ enum Publicist {
355
356
func miss(_ a: Publicist, outsold b: Publicist) -> Bool {
357
return b < a // expected-error{{binary operator '<' cannot be applied to two 'Publicist' operands}}
358
- // expected-note @-1 {{overloads for '<' exist with these partially matching parameter lists: }}
359
}
360
361
// FIXME: Remove -verify-ignore-unknown.
0 commit comments