FIR: support direct use of typealias with friend-paths
also fixes one IC test
This commit is contained in:
Vendored
+2
@@ -13,3 +13,5 @@ internal val internalVal = ""
|
||||
internal fun internalFun(s: String): String = s
|
||||
|
||||
internal typealias InternalTypealias = InternalInterface
|
||||
|
||||
internal typealias InternalClassAlias = PublicClass
|
||||
+2
@@ -8,3 +8,5 @@ private fun test(i: InternalInterface): InternalTypealias {
|
||||
|
||||
return i
|
||||
}
|
||||
|
||||
private val x = InternalClassAlias
|
||||
Reference in New Issue
Block a user