[ty] Fix completion in decorators with missing declaration (#22177)

This commit is contained in:
Micha Reiser
2025-12-25 16:05:47 +01:00
committed by GitHub
parent dd3a985109
commit 014abe1ee1
6 changed files with 248 additions and 61 deletions

View File

@@ -3,3 +3,6 @@
def foo(): ...
@@
def foo(): ...
@test
@
class Test