[Commonizer] Source-based tests on lifting up identical type aliases
^KMM-55
This commit is contained in:
Vendored
+2
-1
@@ -13,6 +13,7 @@ expect fun function1(text: String): String
|
||||
expect fun <Q : Number> Q.function2(): Q
|
||||
|
||||
expect class AnnotatedClass(value: String) { val value: String }
|
||||
expect class AnnotatedTypeAlias
|
||||
typealias AnnotatedLiftedUpTypeAlias = AnnotatedClass
|
||||
expect class AnnotatedNonLiftedUpTypeAlias
|
||||
|
||||
//expect object ObjectWithNestedAnnotations
|
||||
|
||||
Reference in New Issue
Block a user