Path: blob/master/test/02-semantic_step1/function_redeclared.gravity
1214 views
#unittest {
name: "Test function redeclared.";
error: SEMANTIC;
error_row: 9;
error_col: 1;
};
func foo() {return 1;}
func foo() {return 1;}#unittest {
name: "Test function redeclared.";
error: SEMANTIC;
error_row: 9;
error_col: 1;
};
func foo() {return 1;}
func foo() {return 1;}