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 6ca8e0d + d66fde2 commit f9cb78bCopy full SHA for f9cb78b
test/Interop/Cxx/class/inheritance/virtual-methods.swift
@@ -57,7 +57,7 @@ if #available(SwiftStdlib 5.8, *) {
57
#if !os(Windows)
58
// FIXME in Windows, non-trivial C++ class with trivial ABI is not yet available in Swift
59
VirtualMethodsTestSuite.test("C++ virtual method with complex parameter") {
60
- @available(macOS 13.3, *)
+ @available(SwiftStdlib 5.8, *)
61
func f(simpleClass: HasDestructor, immortalClass: Immortal2) {
62
immortalClass.virtualMethod(simpleClass)
63
}
0 commit comments