Skip to content

Commit

Permalink
not this error
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 17, 2023
1 parent 2f587a4 commit 9426890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/already_exists_error/bool.jou
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def foo() -> None:
x = True.asdf() # Error: a bool type named 'True' already exists
x = True.asdf() # Error: type bool does not have any methods because it is a bool type, not a class

0 comments on commit 9426890

Please sign in to comment.