mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-18 02:27:00 +00:00
Make typeid semantics consistent across variables and constants
This commit is contained in:
@@ -1923,10 +1923,6 @@ Ast *parse_operand(AstFile *f, bool lhs) {
|
||||
|
||||
case Token_typeid: {
|
||||
Token token = expect_token(f, Token_typeid);
|
||||
// Ast *specialization = nullptr;
|
||||
// if (allow_token(f, Token_Quo)) {
|
||||
// specialization = parse_type(f);
|
||||
// }
|
||||
return ast_typeid_type(f, token, nullptr);
|
||||
} break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user