[LL API] Support nested type aliases in file-based declaration provider
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// TYPE_ALIAS: test/Foo.Bar
|
||||
|
||||
package test
|
||||
|
||||
class Foo {
|
||||
typealias Bar = Foo
|
||||
}
|
||||
Reference in New Issue
Block a user