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 09dcbde commit 3e3e6eaCopy full SHA for 3e3e6ea
test/Interop/SwiftToCxx/class/swift-class-in-cxx.swift
@@ -84,3 +84,7 @@ public func takeClassWithIntFieldInout(_ x: inout ClassWithIntField) {
84
// CHECK: inline void takeClassWithIntField(const ClassWithIntField& x) noexcept {
85
// CHECK-NEXT: return _impl::$s5Class04takeA12WithIntFieldyyAA0acdE0CF(::swift::_impl::_impl_RefCountedClass::getOpaquePointer(x));
86
// CHECK-NEXT: }
87
+
88
+// CHECK: inline void takeClassWithIntFieldInout(ClassWithIntField& x) noexcept {
89
+// CHECK-NEXT: return _impl::$s5Class04takeA17WithIntFieldInoutyyAA0acdE0CzF(&::swift::_impl::_impl_RefCountedClass::getOpaquePointerRef(x));
90
+// CHECK-NEXT: }
0 commit comments