From c89abcd6e6a826b00898f93e851c96b78c80891f Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 28 Jul 2022 14:46:53 +0200 Subject: [PATCH] It totally is correct --- tests/test_mypy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_mypy.yml b/tests/test_mypy.yml index 5dd03421a..6759dc1a8 100644 --- a/tests/test_mypy.yml +++ b/tests/test_mypy.yml @@ -418,7 +418,6 @@ a: int b = field() - # TODO: Next Gen hasn't shipped with mypy yet so the following are wrong reveal_type(A) # N: Revealed type is "def (a: Any) -> main.A" reveal_type(B) # N: Revealed type is "def (a: builtins.int) -> main.B" reveal_type(C) # N: Revealed type is "def (a: builtins.int, b: Any) -> main.C"