Avatar
omochimetaru 3/8/2024 7:47 AM
@swift-5.8.1 @swift-5.9.2 struct S { var a = 0 } func foo(_ x: (S) -> Int) {} foo(\.a)