nvim-treesitter/tests/indent/rust/impl.rs
2021-04-23 21:21:38 +02:00

7 lines
64 B
Rust

struct Foo;
impl Foo {
fn foo() -> i32 {
1
}
}