rust-analyzer/tests/data/parser/inline/0090_trait_item_items.rs

7 lines
83 B
Rust
Raw Normal View History

2018-08-07 21:53:03 +00:00
impl F {
type A: Clone;
const B: i32;
fn foo() {}
fn bar(&self);
}