Avatar
エラーになるのは、 func foo() -> some Foo { if condition { return Foo1() } else { return Foo2() } } みたいなやつだと思いますよ。
🙏 1