mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
11 lines
142 B
Python
11 lines
142 B
Python
x: int = 0
|
|
y: Thing = something()
|
|
z: Any
|
|
a.x : complex
|
|
c.y : not_simple = None
|
|
|
|
def f():
|
|
a: int = 0
|
|
b: Thing = something()
|
|
c: Any
|