Avatar
@swift-5.7.3 struct Foo { struct Bar { var baz: Int? { 42 } } var bar: Bar? { Bar() } } print(\Foo.bar?.baz?.description)