Path: blob/master/test/03-semantic_step2/for1_identifier_not_found.gravity
1214 views
#unittest {
name: "Testing identifier not found in for loop.";
error: SEMANTIC;
error_row: 10;
error_col: 7;
};
func foo() {
var a;
for (i in a) {
}
}#unittest {
name: "Testing identifier not found in for loop.";
error: SEMANTIC;
error_row: 10;
error_col: 7;
};
func foo() {
var a;
for (i in a) {
}
}