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

Generic not populated inside function #273

Open
giann opened this issue Mar 13, 2024 · 0 comments
Open

Generic not populated inside function #273

giann opened this issue Mar 13, 2024 · 0 comments
Labels
bug Something isn't working compiler Issue related to the compiler
Milestone

Comments

@giann
Copy link
Collaborator

giann commented Mar 13, 2024

fun hey::<T>() > void {
    [T] list = [];
    debug.dump(typeof list);
}

hey::<int>();

gives

type: 0x101d78400 `[generic type #18-0]`

expected

type: 0x101d78400 `[int]`
@giann giann added bug Something isn't working compiler Issue related to the compiler labels Mar 13, 2024
@giann giann added this to the 0.4.0 milestone Mar 13, 2024
@giann giann modified the milestones: 0.4.0, 0.5.0 May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler Issue related to the compiler
Projects
None yet
Development

No branches or pull requests

1 participant