Skip to content

Commit ed2bb55

Browse files
committed
Sync property in stubtest test
1 parent e218d7d commit ed2bb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/test/teststubtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class bytes: ...
119119
120120
class list(Sequence[T]): ...
121121
122-
def property(f: T) -> T: ...
122+
class property: ...
123123
def classmethod(f: T) -> T: ...
124124
def staticmethod(f: T) -> T: ...
125125
"""

0 commit comments

Comments
 (0)