Skip to content

Commit 92dca4c

Browse files
- added call to allow typing by dynamic type inference systems;
1 parent bd04f85 commit 92dca4c

File tree

1 file changed

+1
-0
lines changed
  • micro-benchmark-autogen-templates/python_features/mro/two_parents

1 file changed

+1
-0
lines changed

‎micro-benchmark-autogen-templates/python_features/mro/two_parents/main.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ class C(A, B):
2020

2121
c = C()
2222
d = c.func()
23+
B().func()

0 commit comments

Comments
 (0)