On Monday, 7 December 2020 at 19:37:43 UTC, zoujiaqing wrote:
> In swift:
>
> ```
> import SwiftUI
>
> struct ContentView: View {
> var body: some View {
> Text("Hello World")
> }
> }
> ```
I don't think these are trailing closures.
--
/Jacob Carlborg