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 78f4b9d commit e229fbdCopy full SHA for e229fbd
test/decl/init/basic_init.swift
@@ -1,4 +1,4 @@
1
-// RUN: %target-typecheck-verify-swift
+// RUN: %target-typecheck-verify-swift -enable-objc-interop -disable-objc-attr-requires-foundation-module
2
3
class Foo {
4
func bar(_: bar) {} // expected-error{{use of undeclared type 'bar'}}
0 commit comments