aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/MoonP/moon_compiler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MoonP/moon_compiler.cpp b/src/MoonP/moon_compiler.cpp
index d036645..db2e278 100644
--- a/src/MoonP/moon_compiler.cpp
+++ b/src/MoonP/moon_compiler.cpp
@@ -1010,6 +1010,7 @@ private:
1010 } 1010 }
1011 auto exp = ast_cast<Exp_t>(value); 1011 auto exp = ast_cast<Exp_t>(value);
1012 BREAK_IF(!exp); 1012 BREAK_IF(!exp);
1013 BREAK_IF(!exp->opValues.empty());
1013 if (auto chainValue = exp->value->item.as<ChainValue_t>()) { 1014 if (auto chainValue = exp->value->item.as<ChainValue_t>()) {
1014 auto type = specialChainValue(chainValue); 1015 auto type = specialChainValue(chainValue);
1015 auto expList = assignment->expList.get(); 1016 auto expList = assignment->expList.get();