Skip to content

Commit

Permalink
Update bool.jou
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 17, 2023
1 parent 8804e48 commit eef664f
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: type bool does not have any methods because it is a bool type, not a class
x = True.asdf() # Error: type bool does not have any methods because it is the built-in bool type, not a class

0 comments on commit eef664f

Please sign in to comment.