Avatar
var foo: any Foo = Foo1() let x = foo.x foo = Foo2() foo.x = x
3:02 PM
↑ができちゃだめだから
3:02 PM
setNever じゃないと。