Skip to content

Commit 9fce629

Browse files
Update irbuild-classes.test
1 parent d8602a0 commit 9fce629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/irbuild-classes.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2701,7 +2701,7 @@ class InterpSubclasses:
27012701

27022702
def isinstance_nonnative(x: Any) -> bool:
27032703
return isinstance(x, NonNative)
2704-
def isinstance_interpreted_subclasses(x: Any) -> None:
2704+
def isinstance_interpreted_subclasses(x: Any) -> bool:
27052705
return isinstance(x, InterpSubclasses)
27062706
[out]
27072707
def isinstance_nonnative(x):

0 commit comments

Comments
 (0)