[Commonizer] TypeCommonizer: Support commonizing typeAlias and their underlying types

This commit is contained in:
sebastian.sellmair
2021-06-02 17:35:13 +02:00
committed by Space
parent 92093bbabd
commit ffcd57cb31
8 changed files with 177 additions and 23 deletions
@@ -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