[Commonizer] Drop useless annotation tests
^KMM-238 ^KMM-53
This commit is contained in:
Vendored
-5
@@ -1,9 +1,6 @@
|
||||
expect annotation class CommonAnnotationForAnnotationClassesOnly(text: String) { val text: String }
|
||||
expect annotation class CommonAnnotation(text: String) { val text: String }
|
||||
|
||||
//expect annotation class CommonOuterAnnotation(inner: CommonInnerAnnotation) { val inner: CommonInnerAnnotation }
|
||||
//expect annotation class CommonInnerAnnotation(text: String) { val text: String }
|
||||
|
||||
expect var propertyWithoutBackingField: Double
|
||||
expect val propertyWithBackingField: Double
|
||||
expect val propertyWithDelegateField: Int
|
||||
@@ -15,5 +12,3 @@ expect fun <Q : Number> Q.function2(): Q
|
||||
expect class AnnotatedClass(value: String) { val value: String }
|
||||
typealias AnnotatedLiftedUpTypeAlias = AnnotatedClass
|
||||
expect class AnnotatedNonLiftedUpTypeAlias
|
||||
|
||||
//expect object ObjectWithNestedAnnotations
|
||||
|
||||
Reference in New Issue
Block a user