[FIR] Support typealiases in FirJsRuntimeAnnotationChecker

This commit is contained in:
Nikolay Lunyak
2023-01-11 10:52:33 +02:00
committed by Space Team
parent fc285c079e
commit 2e8b177262
4 changed files with 22 additions and 7 deletions
@@ -30,6 +30,11 @@ external class B {
val r: Int
}
typealias TY = Y
<!RUNTIME_ANNOTATION_ON_EXTERNAL_DECLARATION!>@TY<!>
external class BB
@X
class C {
@X