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 587a89f commit 7e2fd3aCopy full SHA for 7e2fd3a
test/APINotes/obsoleted.swift
@@ -1,6 +1,7 @@
1
// RUN: not %target-swift-frontend -typecheck -verify -I %S/Inputs/custom-modules -F %S/Inputs/custom-frameworks -swift-version 3 %s
2
// RUN: %target-swift-frontend -typecheck -verify -I %S/Inputs/custom-modules -F %S/Inputs/custom-frameworks -swift-version 4.2 %s
3
// RUN: %target-swift-frontend -typecheck -verify -I %S/Inputs/custom-modules -F %S/Inputs/custom-frameworks -swift-version 5 %s
4
+// REQUIRES: objc_interop
5
import ObsoletedAPINotesTest
6
7
let _: FooID // expected-error{{'FooID' has been renamed to 'Foo_ID'}}
0 commit comments