[FIR] Expand typealiases in FirNativeObjC checkers

This commit is contained in:
Nikolay Lunyak
2023-01-16 13:56:13 +02:00
committed by Space Team
parent f8643c90eb
commit 343b856cfc
4 changed files with 10 additions and 8 deletions
@@ -58,7 +58,9 @@ annotation class MyRefinedAnnotationC
@Retention(AnnotationRetention.BINARY)
annotation class MyRefinedAnnotationD
@HiddenFromObjC
typealias HFOC = HiddenFromObjC
@HFOC
<!REDUNDANT_SWIFT_REFINEMENT!>@ShouldRefineInSwift<!>
var refinedProperty: Int = 0
@@ -92,7 +94,7 @@ interface InterfaceB {
val barA: Int
@ShouldRefineInSwift
val barB: Int
@HiddenFromObjC
@HFOC
fun fooA()
@HiddenFromObjC
fun fooB()