Skip to content
This repository has been archived by the owner on Mar 12, 2018. It is now read-only.

Commit

Permalink
Corrigindo "Pare" virando "sw_break" quando não deveria (fix #108)
Browse files Browse the repository at this point in the history
  • Loading branch information
elieserdejesus committed Jun 7, 2017
1 parent d2e1e1d commit 4278802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ public Void visitar(NoEscolha no) throws ExcecaoVisitaASA
{
geradorSwitchCase.geraSeSenao(no, saida, this, nivelEscopo, opcoes);
}

simularBreakCaso = false;
return null;
}

Expand Down

0 comments on commit 4278802

Please sign in to comment.