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 c564ece + e314d83 commit f33599cCopy full SHA for f33599c
test/ClangImporter/experimental_diagnostics_opt_out.swift
@@ -16,8 +16,6 @@ _ = bar.methodReturningForwardDeclaredInterface()
16
// CHECK-NOT: error
17
// CHECK-NOT: note
18
19
-// CHECK-NOT: warning
20
-// CHECK-NOT: error
21
let s: PartialImport
22
s.c = 5
23
// CHECK: experimental_diagnostics_opt_out.swift:{{[0-9]+}}:{{[0-9]+}}: error: value of type 'PartialImport' has no member 'c'
@@ -27,8 +25,6 @@ s.c = 5
27
25
28
26
29
30
31
32
unsupported_parameter_type(1,2)
33
// CHECK: experimental_diagnostics_opt_out.swift:{{[0-9]+}}:{{[0-9]+}}: error: cannot find 'unsupported_parameter_type' in scope
34
// CHECK-NOT: warning
0 commit comments