We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a47f1 commit e0092bfCopy full SHA for e0092bf
test-data/unit/semanal-errors.test
@@ -1230,7 +1230,7 @@ class A:
1230
@overload # E: Decorators on top of @property are not supported
1231
@property
1232
def f(self) -> int: pass
1233
- @property # E: Only supported top decorator is @f.setter
+ @property # E: Only supported top decorators are @f.setter and @f.deleter
1234
@overload
1235
1236
[builtins fixtures/property.pyi]
0 commit comments