Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retorno de método nulo esta retornando null #182

Closed
samuelrvg opened this issue Dec 7, 2022 · 1 comment · Fixed by #183
Closed

Retorno de método nulo esta retornando null #182

samuelrvg opened this issue Dec 7, 2022 · 1 comment · Fixed by #183
Assignees
Labels
problema Problemas na execução do Delégua

Comments

@samuelrvg
Copy link
Member

testes.delegua

função testeRetornoNulo(){
    retorna nulo
}

inicio.delegua

var teste = importar('./testes.delegua')

var resultado = teste.testeRetornoNulo()
escreva(resultado)

delegua inicio.delegua

Retorno esperado

nulo

Retorno obtido

null

@samuelrvg
Copy link
Member Author

#183

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problema Problemas na execução do Delégua
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant