mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
122 B
Swift
7 lines
122 B
Swift
@available(iOS 17, *)
|
|
#Preview("") {
|
|
UIView()
|
|
}
|
|
|
|
// RUN: %sourcekitd-test -req=format -line=3 -length=1 %s >%t.response
|