[LL API] Support nested type aliases in file-based declaration provider

This commit is contained in:
Yan Zhulanow
2023-01-20 16:39:18 +09:00
committed by Space Team
parent 14178a9771
commit 9619c695b7
3 changed files with 14 additions and 2 deletions
@@ -0,0 +1,7 @@
// TYPE_ALIAS: test/Foo.Bar
package test
class Foo {
typealias Bar = Foo
}