Path: blob/master/test/03-semantic_step2/enum1_access_specifier.gravity
1214 views
#unittest {
name: "Testing enum access specifier in global.";
error: SEMANTIC;
error_row: 8;
error_col: 8;
};
public enum math {
one = 1
}#unittest {
name: "Testing enum access specifier in global.";
error: SEMANTIC;
error_row: 8;
error_col: 8;
};
public enum math {
one = 1
}