Skip to content

Commit a3b62cb

Browse files
Add semantic error test for assignment to literal
1 parent a9a4698 commit a3b62cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/errors/reproduce_bug_01.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# TEST EXPECTS SEMANTIC ERROR
2+
'a' = 1

0 commit comments

Comments
 (0)