Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Assignments with type hints are not indexed #592

Closed
jakebailey opened this issue Feb 9, 2019 · 0 comments
Closed

Assignments with type hints are not indexed #592

jakebailey opened this issue Feb 9, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jakebailey
Copy link
Member

class Foo:
    bar: int = 1

    def __init__(self, y: str):
        x: int = 123

image

@jakebailey jakebailey added the bug Something isn't working label Feb 9, 2019
@jakebailey jakebailey added this to the Feb 2019.2 milestone Feb 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants