mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This was discussed here: https://forums.swift.org/t/reorganize-swift-compiler-tests-for-c-objc-c-interop/34411 Resolves: [SR-12475](https://bugs.swift.org/browse/SR-12475)
7 lines
269 B
Swift
7 lines
269 B
Swift
// RUN: %target-swift-ide-test -print-module -module-to-print=MemberVariables -I %S/Inputs -source-filename=x -enable-cxx-interop | %FileCheck %s
|
|
|
|
// CHECK: struct MyClass {
|
|
// CHECK-NEXT: var const_member: Int32 { get }
|
|
// CHECK-NEXT: init()
|
|
// CHECK-NEXT: }
|