Kapt tests: minor, remove STRIP_METADATA from properties.kt

This commit is contained in:
Alexander Udalov
2023-08-15 17:50:09 +02:00
committed by Space Team
parent e700a38a87
commit b3e4099703
3 changed files with 102 additions and 3 deletions
@@ -1,3 +1,54 @@
/**
* public final class Test : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // field: constClassValue:Lkotlin/reflect/KClass;
* // getter: getConstClassValue()Lkotlin/reflect/KClass;
* public final val constClassValue: kotlin/reflect/KClass<*> (* = ... *)
* public final get
*
* // field: constJavaClassValue:Ljava/lang/Class;
* // getter: getConstJavaClassValue()Ljava/lang/Class;
* public final val constJavaClassValue: java/lang/Class<*>
* public final get
*
* // field: getter:Ljava/lang/String;
* // getter: getGetter()Ljava/lang/String;
* public final val getter: kotlin/String (* = ... *)
* public final (* non-default *) get
*
* // field: inferType:Ljava/lang/String;
* // getter: getInferType()Ljava/lang/String;
* public final val inferType: kotlin/String
* public final get
*
* // field: simple:Ljava/lang/String;
* // getter: getSimple()Ljava/lang/String;
* public final val simple: kotlin/String (* = ... *)
* public final get
*
* // field: unit:Lkotlin/Unit;
* // getter: getUnit()Lkotlin/Unit;
* // setter: setUnit(Lkotlin/Unit;)V
* // synthetic method for annotations: getUnit$annotations()V
* public final var unit: kotlin/Unit
* public final get
* public final set
*
* // field: isBoolean:Z
* // getter: isBoolean()Z
* // setter: setBoolean(Z)V
* // synthetic method for annotations: isBoolean$annotations()V
* public final var isBoolean: kotlin/Boolean
* public final get
* public final set
*
* // module name: main
* }
*/
@kotlin.Metadata()
public final class Test {
@org.jetbrains.annotations.NotNull()
private final java.lang.String simple = "123";
@@ -1,6 +1,3 @@
// STRIP_METADATA
// TODO: Re-enable metadata generation
class Test {
val simple: String = "123"
@@ -1,3 +1,54 @@
/**
* public final class Test : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // field: constClassValue:Lkotlin/reflect/KClass;
* // getter: getConstClassValue()Lkotlin/reflect/KClass;
* public final val constClassValue: kotlin/reflect/KClass<*>
* public final get
*
* // field: constJavaClassValue:Ljava/lang/Class;
* // getter: getConstJavaClassValue()Ljava/lang/Class;
* public final val constJavaClassValue: java/lang/Class<*>
* public final get
*
* // field: getter:Ljava/lang/String;
* // getter: getGetter()Ljava/lang/String;
* public final val getter: kotlin/String (* = ... *)
* public final (* non-default *) get
*
* // field: inferType:Ljava/lang/String;
* // getter: getInferType()Ljava/lang/String;
* public final val inferType: kotlin/String (* = ... *)
* public final get
*
* // field: simple:Ljava/lang/String;
* // getter: getSimple()Ljava/lang/String;
* public final val simple: kotlin/String (* = ... *)
* public final get
*
* // field: unit:Lkotlin/Unit;
* // getter: getUnit()Lkotlin/Unit;
* // setter: setUnit(Lkotlin/Unit;)V
* // synthetic method for annotations: getUnit$annotations()V
* public final var unit: kotlin/Unit
* public final get
* public final set
*
* // field: isBoolean:Z
* // getter: isBoolean()Z
* // setter: setBoolean(Z)V
* // synthetic method for annotations: isBoolean$annotations()V
* public final var isBoolean: kotlin/Boolean
* public final get
* public final set
*
* // module name: main
* }
*/
@kotlin.Metadata()
public final class Test {
@org.jetbrains.annotations.NotNull()
private final java.lang.String simple = "123";