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

8 lines
82 B
Rust

mod foo {
const X: i32 = 1;
mod bar {
const Y: i32 = 1;
}
}