Skip to content

Commit

Permalink
tipo Dicionário
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrvg committed Feb 3, 2024
1 parent 2c7b5ce commit b69763f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fontes/interpretador/dialetos/potigol/comum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export async function visitarExpressaoAcessoMetodo(
}

switch (tipoObjeto) {
case 'Dicionário':
case 'dicionario':
const metodoDeDicionario: Function = primitivasVetor[expressao.simbolo.lexema];
if (metodoDeDicionario) {
Expand Down

0 comments on commit b69763f

Please sign in to comment.