Fix panic on encountering a member-expression
This commit is contained in:
parent
4ecc0d9724
commit
7d694d9a31
1 changed files with 1 additions and 0 deletions
|
@ -730,6 +730,7 @@ namespace bolt {
|
|||
default:
|
||||
ZEN_UNREACHABLE
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case NodeKind::NestedExpression:
|
||||
|
|
Loading…
Reference in a new issue