aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/inline/ok/0153_pub_parens_typepath.rs
blob: d4c1638226ea2377604b968d428302bee9356e5a (plain)
1
2
struct B(pub (super::A));
struct B(pub (crate::A,));