Skip to content

Commit

Permalink
DeleguaClasse agora requer um símbolo.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonelsanchesdasilva committed Jan 13, 2024
1 parent 138856e commit b7983b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infraestrutura/resposta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ export class Resposta extends DeleguaClasse {
null,
false
);
super('Resposta', null, metodos);
super(new Simbolo('IDENTIFICADOR', 'Resposta', null, -1, -1), null, metodos);

Check warning on line 134 in infraestrutura/resposta.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🧾 Statement is not covered

Warning! Not covered statement
}
}

0 comments on commit b7983b6

Please sign in to comment.