diff --git a/src/julec/obj/cxx/scope.jule b/src/julec/obj/cxx/scope.jule index 3937ce570..6a216f1f8 100644 --- a/src/julec/obj/cxx/scope.jule +++ b/src/julec/obj/cxx/scope.jule @@ -693,7 +693,7 @@ impl ScopeCoder { | &Var: ret self.var((&Var)(st)) | &Data: - ret self.oc.ec.expr((&Data)(st)) + ret self.oc.ec.expr((&Data)(st)) + ";" | &Conditional: ret self.conditional((&Conditional)(st)) | &InfIter: