Path: blob/master/test/enum_remove_by_index_funcgravity.gravity
1214 views
#unittest {
name: "gnode_array_remove_byindex inside postfix expression.";
result: "2";
};
enum foo {
e1 = 1,
e2 = 2,
e3
}
func main() {
return foo.e2.String();
}
#unittest {
name: "gnode_array_remove_byindex inside postfix expression.";
result: "2";
};
enum foo {
e1 = 1,
e2 = 2,
e3
}
func main() {
return foo.e2.String();
}