[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)
|
||||
//annotation class CommonOuterAnnotation(val inner: CommonInnerAnnotation)
|
||||
//annotation class CommonInnerAnnotation(val text: String)
|
||||
//
|
||||
//@Target(AnnotationTarget.CLASS)
|
||||
//annotation class JsOuterAnnotation(val inner: JsInnerAnnotation)
|
||||
//annotation class JsInnerAnnotation(val text: String)
|
||||
|
||||
@JsAnnotation("property")
|
||||
@CommonAnnotation("property")
|
||||
var propertyWithoutBackingField
|
||||
@@ -64,7 +56,3 @@ typealias AnnotatedLiftedUpTypeAlias = AnnotatedClass
|
||||
@JsAnnotation("non-lifted-up-type-alias")
|
||||
@CommonAnnotation("non-lifted-up-type-alias")
|
||||
typealias AnnotatedNonLiftedUpTypeAlias = JsOnlyAnnotatedClass
|
||||
|
||||
//@JsOuterAnnotation(inner = JsInnerAnnotation("nested-annotations"))
|
||||
//@CommonOuterAnnotation(inner = CommonInnerAnnotation("nested-annotations"))
|
||||
//object ObjectWithNestedAnnotations
|
||||
|
||||
-12
@@ -16,14 +16,6 @@ annotation class JvmAnnotationForAnnotationClassesOnly(val text: String)
|
||||
@CommonAnnotationForAnnotationClassesOnly("annotation-class")
|
||||
annotation class JvmAnnotation(val text: String)
|
||||
|
||||
//@Target(AnnotationTarget.CLASS)
|
||||
//annotation class CommonOuterAnnotation(val inner: CommonInnerAnnotation)
|
||||
//annotation class CommonInnerAnnotation(val text: String)
|
||||
//
|
||||
//@Target(AnnotationTarget.CLASS)
|
||||
//annotation class JvmOuterAnnotation(val inner: JvmInnerAnnotation)
|
||||
//annotation class JvmInnerAnnotation(val text: String)
|
||||
|
||||
@JvmAnnotation("property")
|
||||
@CommonAnnotation("property")
|
||||
var propertyWithoutBackingField
|
||||
@@ -64,7 +56,3 @@ typealias AnnotatedLiftedUpTypeAlias = AnnotatedClass
|
||||
@JvmAnnotation("non-lifted-up-type-alias")
|
||||
@CommonAnnotation("non-lifted-up-type-alias")
|
||||
typealias AnnotatedNonLiftedUpTypeAlias = JvmOnlyAnnotatedClass
|
||||
|
||||
//@JvmOuterAnnotation(inner = JvmInnerAnnotation("nested-annotations"))
|
||||
//@CommonOuterAnnotation(inner = CommonInnerAnnotation("nested-annotations"))
|
||||
//object ObjectWithNestedAnnotations
|
||||
|
||||
Reference in New Issue
Block a user