From b7983b67fb7bec6f11e2de982e3090c06c50a0fc Mon Sep 17 00:00:00 2001 From: Leonel Sanches da Silva <53848829+leonelsanchesdasilva@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:40:19 -0800 Subject: [PATCH] =?UTF-8?q?`DeleguaClasse`=20agora=20requer=20um=20s=C3=AD?= =?UTF-8?q?mbolo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infraestrutura/resposta.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infraestrutura/resposta.ts b/infraestrutura/resposta.ts index ddbba5b..aaffd85 100644 --- a/infraestrutura/resposta.ts +++ b/infraestrutura/resposta.ts @@ -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); } }