function_redeclared.gravity 145 B

123456789
  1. #unittest {
  2. name: "Test function redeclared.";
  3. error: SEMANTIC;
  4. error_row: 9;
  5. error_col: 1;
  6. };
  7. func foo() {return 1;}
  8. func foo() {return 1;}