Skip to content

Commit 4432532

Browse files
mtshibacarljm
andauthored
Update crates/ty_python_semantic/resources/mdtest/attributes.md
Co-authored-by: Carl Meyer <carl@oddbird.net>
1 parent caf5691 commit 4432532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ty_python_semantic/resources/mdtest/attributes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2287,6 +2287,7 @@ class Base:
22872287
return Sub()
22882288

22892289
class Sub(Base):
2290+
# TODO invalid override error
22902291
def flip(self) -> "Base":
22912292
return Base()
22922293

0 commit comments

Comments
 (0)