Added bad_* tests which are failing to pass
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user