Skip to content

Commit 0d50315

Browse files
committed
update test
1 parent b9f3ca0 commit 0d50315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-data/unit/check-narrowing.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3252,7 +3252,7 @@ def foo(y: object):
32523252

32533253
def bar(y: Any):
32543254
if y.__class__ == int:
3255-
reveal_type(y) # N: Revealed type is "Any"
3255+
reveal_type(y) # N: Revealed type is "builtins.int"
32563256
else:
32573257
reveal_type(y) # N: Revealed type is "Any"
32583258

0 commit comments

Comments
 (0)