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 a48ff77 commit 93c0673Copy full SHA for 93c0673
test/SourceKit/CodeFormat/indent-available-macro.swift
@@ -1,6 +1,9 @@
1
@available(iOS 17, *)
2
#Preview("") {
3
- UIView()
+UIView()
4
}
5
6
// RUN: %sourcekitd-test -req=format -line=3 -length=1 %s >%t.response
7
+// RUN: %FileCheck --strict-whitespace %s <%t.response
8
+
9
+// CHECK: key.sourcetext: " UIView()"
0 commit comments