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 b8ab5d5 commit 5048345Copy full SHA for 5048345
test/SymbolGraph/Symbols/SkipsSynthesizedMembers.swift
@@ -0,0 +1,10 @@
1
+// RUN: %empty-directory(%t)
2
+// RUN: %target-build-swift %s -module-name SkipsSynthesizedMembers -emit-module -emit-module-path %t/
3
+// RUN: %target-swift-symbolgraph-extract -module-name SkipsSynthesizedMembers -I %t -pretty-print -skip-synthesized-members -output-dir %t
4
+// RUN: %FileCheck %s --input-file %t/SkipsSynthesizedMembers.symbols.json
5
+
6
+// CHECK-NOT: ::SYNTHESIZED
7
8
+public struct ShouldAppear: Hashable {
9
+ public let foo: Int
10
+}
0 commit comments