tree-sitter-c-sharp
tree-sitter-c-sharp copied to clipboard
multiline Lambda expression'a don't indent well
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))