From eef664fda394de1401a35032778c584ebfd9ffc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=99=BD=E4=BA=91?= <71159641+littlewhitecloud@users.noreply.github.com> Date: Sun, 17 Dec 2023 09:28:06 +0800 Subject: [PATCH] Update bool.jou --- tests/already_exists_error/bool.jou | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/already_exists_error/bool.jou b/tests/already_exists_error/bool.jou index e56ef163..38f92a5d 100644 --- a/tests/already_exists_error/bool.jou +++ b/tests/already_exists_error/bool.jou @@ -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