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

Restrição de tipos aceitos como chaves de dicionários. #736

Merged
merged 1 commit into from
Mar 8, 2025

Conversation

leonelsanchesdasilva
Copy link
Contributor

Apenas os seguintes tipos elementares serão aceitos:

Número
Texto
Lógico
Tupla

Os tipos abaixo não serão aceitos:

Vetor
Nulo
Dicionário

Resolve #711.

@samuelrvg samuelrvg merged commit 5a6a36e into principal Mar 8, 2025
1 check passed
@samuelrvg samuelrvg deleted the issue-711 branch March 8, 2025 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Listas aninhadas utilizadas como chaves de dicionários não são imprimidas como listas.
2 participants