Avatar
これ何のエラーだ?
5:59 AM
@swift-6.0-dev @swift-5.10.1 struct S { func foo() -> Int { 42 } } let fooRef = S.foo fooRef(S()) fooRef(S())() (edited)