Avatar
@swift-5.2.5 struct Foo { func get() -> Int { 42 } var bar: Int { get() } }