rust/tests/data/parser/inline/0054_impl_item_items.rs

7 lines
89 B
Rust
Raw Normal View History

2018-07-31 17:03:50 +02:00
impl F {
type A = i32;
const B: i32 = 92;
fn foo() {}
fn bar(&self) {}
}