aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/inline/ok/0001_trait_item_list.rs
blob: a5ec3239f8fe2a060fbfbce7f86f192ae72a0f5a (plain)
1
2
3
4
5
6
impl F {
    type A: Clone;
    const B: i32;
    fn foo() {}
    fn bar(&self);
}