Avatar
@swift-5.1.5 protocol P {} struct S: P {} let foo: some P = S()