[Commonizer] Drop useless annotation tests
^KMM-238 ^KMM-53
This commit is contained in:
-12
@@ -16,14 +16,6 @@ annotation class JsAnnotationForAnnotationClassesOnly(val text: String)
|
||||
@CommonAnnotationForAnnotationClassesOnly("annotation-class")
|
||||
annotation class JsAnnotation(val text: String)
|
||||
|
||||
//@Target(AnnotationTarget.CLASS)
|
||||
//actual annotation class CommonOuterAnnotation(actual val inner: CommonInnerAnnotation)
|
||||
//actual annotation class CommonInnerAnnotation(actual val text: String)
|
||||
|
||||
//@Target(AnnotationTarget.CLASS)
|
||||
//annotation class JsOuterAnnotation(val inner: JsInnerAnnotation)
|
||||
//annotation class JsInnerAnnotation(val text: String)
|
||||
|
||||
@JsAnnotation("property")
|
||||
@CommonAnnotation("property")
|
||||
actual var propertyWithoutBackingField
|
||||
@@ -60,7 +52,3 @@ class JsOnlyAnnotatedClass @JsAnnotation("js-only-constructor") @CommonAnnotatio
|
||||
@JsAnnotation("non-lifted-up-type-alias")
|
||||
@CommonAnnotation("non-lifted-up-type-alias")
|
||||
actual typealias AnnotatedNonLiftedUpTypeAlias = JsOnlyAnnotatedClass
|
||||
|
||||
//@JsOuterAnnotation(inner = JsInnerAnnotation("nested-annotations"))
|
||||
//@CommonOuterAnnotation(inner = CommonInnerAnnotation("nested-annotations"))
|
||||
//actual object ObjectWithNestedAnnotations
|
||||
|
||||
Reference in New Issue
Block a user