nvim-treesitter/lua/tests/indent/rust/func.rs

11 lines
81 B
Rust
Raw Normal View History

2021-04-18 22:38:25 +02:00
fn foo() -> i32 {
1
}
fn foo(
x: i32,
y: i32
) -> i32 {
x + y
}