Added bad_* tests which are failing to pass

This commit is contained in:
Sanjar Ahmadov
2021-03-23 22:09:18 -04:00
parent 64e82a191e
commit e47bc2df75
2 changed files with 13 additions and 0 deletions
@@ -2,3 +2,13 @@ x:int = 1
x:int = 2 x:int = 2
x x
def fun_1() -> bool:
if True:
if True:
return True
# All path should return, not just one
fun_1()
@@ -1,2 +1,5 @@
x:int = True x:int = True
x + [1] x + [1]
y:bool = False
x = y = z = "Error"