tree-sitter-c-sharp icon indicating copy to clipboard operation
tree-sitter-c-sharp copied to clipboard

multiline Lambda expression'a don't indent well

Open bleppie opened this issue 2 years ago • 0 comments

public class C {
    public float foo =>
1;
    public float bar
    => 2;
}

Both of these give the following error: (ERROR (variable_declaration type: (predefined_type) (variable_declarator name: (identifier))) => (integer_literal))

bleppie avatar Nov 08 '23 21:11 bleppie