[LC] rename testData for objects
^KT-56441
This commit is contained in:
committed by
Space Team
parent
bd7e5fd324
commit
fa231f60ae
+4
-13
@@ -1,13 +1,6 @@
|
|||||||
public final class C /* C*/ {
|
public final class C /* C*/ {
|
||||||
@kotlin.jvm.JvmStatic()
|
|
||||||
@org.jetbrains.annotations.NotNull()
|
@org.jetbrains.annotations.NotNull()
|
||||||
private static java.lang.String x = "" /* initializer type: java.lang.String */;
|
private static java.lang.String x;
|
||||||
|
|
||||||
@org.jetbrains.annotations.NotNull()
|
|
||||||
private static java.lang.String c1;
|
|
||||||
|
|
||||||
@org.jetbrains.annotations.NotNull()
|
|
||||||
private static java.lang.String c;
|
|
||||||
|
|
||||||
@org.jetbrains.annotations.NotNull()
|
@org.jetbrains.annotations.NotNull()
|
||||||
public static final C.Companion Companion;
|
public static final C.Companion Companion;
|
||||||
@@ -137,16 +130,12 @@ public abstract interface I /* I*/ {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public final class Obj /* Obj*/ implements java.lang.Runnable {
|
public final class Obj /* Obj*/ implements java.lang.Runnable {
|
||||||
@kotlin.jvm.JvmStatic()
|
|
||||||
@org.jetbrains.annotations.NotNull()
|
@org.jetbrains.annotations.NotNull()
|
||||||
private static java.lang.String x = "" /* initializer type: java.lang.String */;
|
private static java.lang.String x;
|
||||||
|
|
||||||
@org.jetbrains.annotations.NotNull()
|
@org.jetbrains.annotations.NotNull()
|
||||||
public static final Obj INSTANCE;
|
public static final Obj INSTANCE;
|
||||||
|
|
||||||
@java.lang.Override()
|
|
||||||
public void run();// run()
|
|
||||||
|
|
||||||
@kotlin.jvm.JvmStatic()
|
@kotlin.jvm.JvmStatic()
|
||||||
public static final int zoo();// zoo()
|
public static final int zoo();// zoo()
|
||||||
|
|
||||||
@@ -156,4 +145,6 @@ public final class Obj /* Obj*/ implements java.lang.Runnable {
|
|||||||
private Obj();// .ctor()
|
private Obj();// .ctor()
|
||||||
|
|
||||||
public static final void setX(@org.jetbrains.annotations.NotNull() java.lang.String);// setX(java.lang.String)
|
public static final void setX(@org.jetbrains.annotations.NotNull() java.lang.String);// setX(java.lang.String)
|
||||||
|
|
||||||
|
public void run();// run()
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,13 @@
|
|||||||
public final class C /* C*/ {
|
public final class C /* C*/ {
|
||||||
|
@kotlin.jvm.JvmStatic()
|
||||||
@org.jetbrains.annotations.NotNull()
|
@org.jetbrains.annotations.NotNull()
|
||||||
private static java.lang.String x;
|
private static java.lang.String x = "" /* initializer type: java.lang.String */;
|
||||||
|
|
||||||
|
@org.jetbrains.annotations.NotNull()
|
||||||
|
private static java.lang.String c1;
|
||||||
|
|
||||||
|
@org.jetbrains.annotations.NotNull()
|
||||||
|
private static java.lang.String c;
|
||||||
|
|
||||||
@org.jetbrains.annotations.NotNull()
|
@org.jetbrains.annotations.NotNull()
|
||||||
public static final C.Companion Companion;
|
public static final C.Companion Companion;
|
||||||
@@ -130,12 +137,16 @@ public abstract interface I /* I*/ {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public final class Obj /* Obj*/ implements java.lang.Runnable {
|
public final class Obj /* Obj*/ implements java.lang.Runnable {
|
||||||
|
@kotlin.jvm.JvmStatic()
|
||||||
@org.jetbrains.annotations.NotNull()
|
@org.jetbrains.annotations.NotNull()
|
||||||
private static java.lang.String x;
|
private static java.lang.String x = "" /* initializer type: java.lang.String */;
|
||||||
|
|
||||||
@org.jetbrains.annotations.NotNull()
|
@org.jetbrains.annotations.NotNull()
|
||||||
public static final Obj INSTANCE;
|
public static final Obj INSTANCE;
|
||||||
|
|
||||||
|
@java.lang.Override()
|
||||||
|
public void run();// run()
|
||||||
|
|
||||||
@kotlin.jvm.JvmStatic()
|
@kotlin.jvm.JvmStatic()
|
||||||
public static final int zoo();// zoo()
|
public static final int zoo();// zoo()
|
||||||
|
|
||||||
@@ -145,6 +156,4 @@ public final class Obj /* Obj*/ implements java.lang.Runnable {
|
|||||||
private Obj();// .ctor()
|
private Obj();// .ctor()
|
||||||
|
|
||||||
public static final void setX(@org.jetbrains.annotations.NotNull() java.lang.String);// setX(java.lang.String)
|
public static final void setX(@org.jetbrains.annotations.NotNull() java.lang.String);// setX(java.lang.String)
|
||||||
|
|
||||||
public void run();// run()
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user