[FIR] Support typealiases in FirJsRuntimeAnnotationChecker
This commit is contained in:
committed by
Space Team
parent
fc285c079e
commit
2e8b177262
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user