mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[python] Add missing tests on resolving forward references from new-style type alias
GitOrigin-RevId: ab9b688a7463b61ca262ec679781fb314ed74e8e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4e7181a473
commit
d4922e2faa
@@ -0,0 +1,6 @@
|
||||
class C:
|
||||
type Alias = list[MyClass]
|
||||
# <ref>
|
||||
|
||||
class MyClass:
|
||||
pass
|
||||
@@ -0,0 +1,5 @@
|
||||
type Alias = list[MyClass]
|
||||
# <ref>
|
||||
|
||||
class MyClass:
|
||||
pass
|
||||
Reference in New Issue
Block a user