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.
2 parents 2195b73 + f566d8d commit 84caa59Copy full SHA for 84caa59
validation-test/compiler_crashers_2_fixed/0117-rdar33433087.swift
@@ -1,7 +1,7 @@
1
-// RUN: not %target-swift-frontend %s -typecheck
+// RUN: %target-typecheck-verify-swift %s
2
3
class C {
4
- private init() {} // expected-error {{declared here}}
+ private init() {} // expected-note {{declared here}}
5
init(n: Int) {}
6
}
7
0 commit comments