Make it possible to be able to test errors for refactorings

This commit is contained in:
Dave Halter
2020-02-14 14:15:57 +01:00
parent 0a3ff6bd70
commit dbf88f2750
3 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
# -------------------------------------------------- multi-equal
def test():
#? 4 error
a = b = 3
return test(100, a)
# ++++++++++++++++++++++++++++++++++++++++++++++++++
Cannot inline a statement with multiple definitions
# -------------------------------------------------- simple
def test():
#? 4