Path: blob/master/test/03-semantic_step2/module_access_specifier.gravity
1214 views
#unittest {
name: "Testing module access specifier.";
error: SEMANTIC;
error_row: 8;
error_col: 8;
};
public module math {
}#unittest {
name: "Testing module access specifier.";
error: SEMANTIC;
error_row: 8;
error_col: 8;
};
public module math {
}