Avatar
@swift-6.2.1 protocol P { associatedtype A var foo: A { get } } func f() { _ = \P.foo } (edited)