Initial type checker inspection for Python

This commit is contained in:
Andrey Vlasovskikh
2011-06-15 21:21:09 +04:00
parent 922480df87
commit e5049069cc
28 changed files with 986 additions and 44 deletions
@@ -1,2 +1,2 @@
def foo(arg)
Inferred return type: int
Inferred type: (arg: unknown) -> int