Avatar
norio_nomura 9/1/2020 10:25 AM
@swift-5.2.5 struct Foo { func get2() -> Int { 42 } var bar: Int { get2() } } なるほど。