Skip to content

Commit d1dbf8e

Browse files
committed
complete availability
1 parent d983f30 commit d1dbf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/C/swiftify-import/import-as-instance-method.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//--- test.swift
1111
import Instance
1212

13-
@available(macOS 13.3.0, *)
13+
@available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, *)
1414
func foo(_ p: inout MutableSpan<CInt>, a: A, aa: inout A, c: C/*, b: B, bb: inout B*/) {
1515
aa.basic(&p)
1616
aa.bar(&p)

0 commit comments

Comments
 (0)