Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

[Bug] [Corner Case] Fix the way name node is annotated with python modules #508

Open
mgtm98 opened this issue Jul 13, 2024 · 0 comments
Open
Assignees

Comments

@mgtm98
Copy link
Collaborator

mgtm98 commented Jul 13, 2024

Describe the bug

for the following jac snippet, the last pygame is a variable with int as type, we need to fix this

import:py from pygame, surface;
import:py math;

obj Game {
    has screen: surface.Surface = pygame.display.set_mode((WIN_WIDTH, WIN_HEIGHT)),
        b: int = pygame.AUDIO_ALLOW_ANY_CHANGE,
        c: int = math.floor(1.5),
        pygame: int = 4;
}

@mgtm98 mgtm98 self-assigned this Jul 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant