class MyClass:
def __init__(self, val):
self.val = val
x = MyClass(val)
^^^^^^^
Currently all of these symbols are treated as references to MyClass instead of their concrete initializer invocation.
This would empower:
- goto-definition
- goto-declaration
- goto-type-definition
- docstrings