Fix bug where field is missing from record type expression
This commit is contained in:
parent
00dbada7ac
commit
34b7693229
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ after_constraints:
|
||||||
}
|
}
|
||||||
if (T3->getKind() == NodeKind::VBar) {
|
if (T3->getKind() == NodeKind::VBar) {
|
||||||
Tokens.get();
|
Tokens.get();
|
||||||
|
Fields.push_back(std::make_tuple(Field, nullptr));
|
||||||
VBar = static_cast<class VBar*>(T3);
|
VBar = static_cast<class VBar*>(T3);
|
||||||
Rest = parseTypeExpression();
|
Rest = parseTypeExpression();
|
||||||
if (!Rest) {
|
if (!Rest) {
|
||||||
|
|
Loading…
Reference in a new issue