Path: blob/master/test/03-semantic_step2/class2_access_specifier.gravity
1214 views
#unittest {
name: "Testing class access specifier in a function.";
error: SEMANTIC;
error_row: 9;
error_col: 9;
};
func foo() {
public class math {
}
}#unittest {
name: "Testing class access specifier in a function.";
error: SEMANTIC;
error_row: 9;
error_col: 9;
};
func foo() {
public class math {
}
}