Skip to content

Commit f718507

Browse files
committed
fixture
1 parent 499bfb4 commit f718507

File tree

1 file changed

+1
-0
lines changed
  • mypyc/test-data/fixtures

1 file changed

+1
-0
lines changed

mypyc/test-data/fixtures/ir.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def __lt__(self, n: int) -> bool: pass
8181
def __gt__(self, n: int) -> bool: pass
8282
def __le__(self, n: int) -> bool: pass
8383
def __ge__(self, n: int) -> bool: pass
84+
def bit_length(self) -> int: pass
8485

8586
class str:
8687
@overload

0 commit comments

Comments
 (0)