Files
swift-mirror/test/SwiftSyntax/Inputs/closure.swift

3 lines
131 B
Swift

// A closure without a signature. The test will ensure it stays the same after
// applying a rewriting pass.
let x: () -> Void = {}