[Commonizer] Prototype: Commonize TypeAliases with Classes

^KT-45992 Fixed
^KT-46061 Fixed
This commit is contained in:
sebastian.sellmair
2021-05-28 18:12:32 +02:00
committed by Space
parent b394dde339
commit 8272564ca0
23 changed files with 615 additions and 155 deletions
@@ -19,4 +19,4 @@ expect class AnnotatedClass(value: String) {
}
typealias AnnotatedLiftedUpTypeAlias = AnnotatedClass
expect class AnnotatedNonLiftedUpTypeAlias
expect class AnnotatedNonLiftedUpTypeAlias expect constructor(expect val value: String)