[Commonizer] TypeCommonizer: Support commonizing typeAlias and their underlying types
This commit is contained in:
committed by
Space
parent
92093bbabd
commit
ffcd57cb31
native/commonizer/testData/callableMemberCommonization/returnTypes/commonized/common/package_root.kt
Vendored
+4
@@ -14,12 +14,16 @@ typealias C = Planet
|
||||
expect val property1: Int
|
||||
expect val property2: String
|
||||
expect val property3: Planet
|
||||
expect val property4: Planet
|
||||
expect val property5: Planet
|
||||
expect val property6: Planet
|
||||
expect val property7: C
|
||||
|
||||
expect fun function1(): Int
|
||||
expect fun function2(): String
|
||||
expect fun function3(): Planet
|
||||
expect fun function4(): Planet
|
||||
expect fun function5(): Planet
|
||||
expect fun function6(): Planet
|
||||
expect fun function7(): C
|
||||
|
||||
|
||||
Reference in New Issue
Block a user