Skip to content

Commit 4ddd64e

Browse files
committed
todo a couple more things
1 parent 33915c1 commit 4ddd64e

File tree

1 file changed

+5
-1
lines changed
  • crates/ty_python_semantic/resources/mdtest

1 file changed

+5
-1
lines changed

crates/ty_python_semantic/resources/mdtest/final.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,11 @@ class C(A):
474474
pass
475475

476476
if coinflip():
477-
def method2(self) -> None: ... # error: [override-of-final-method]
477+
def method2(self) -> None: ... # TODO: should emit [override-of-final-method]
478+
else:
479+
def method2(self) -> None: ... # TODO: should emit [override-of-final-method]
480+
481+
if coinflip():
478482
def method3(self) -> None: ... # error: [override-of-final-method]
479483
def method4(self) -> None: ... # error: [override-of-final-method]
480484
```

0 commit comments

Comments
 (0)