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 d3c5149 commit f291164Copy full SHA for f291164
test/Interop/Cxx/class/safe-interop-mode.swift
@@ -5,9 +5,6 @@
5
6
// REQUIRES: objc_interop
7
8
-// rdar://136620623
9
-// REQUIRES: rdar136620623
10
-
11
//--- Inputs/module.modulemap
12
module Test {
13
header "nonescapable.h"
@@ -41,7 +38,7 @@ import CoreFoundation
41
38
func useUnsafeParam(x: Unannotated) { // expected-warning{{reference to unsafe struct 'Unannotated'}}
42
39
}
43
40
44
-@available(macOS 13.4, *)
+@available(SwiftStdlib 5.8, *)
45
func useUnsafeParam2(x: UnsafeReference) { // expected-warning{{reference to unsafe class 'UnsafeReference'}}
46
47
0 commit comments