fixed unused code (produced NPE) and tests

This commit is contained in:
Ekaterina Tuzova
2012-09-06 11:22:19 -04:00
parent 11fc2f49fc
commit 8473dbb784
2 changed files with 3 additions and 4 deletions
@@ -1,3 +1,3 @@
def foo(a: object, b):
def foo(a : object, b):
a.
b = 1