[LC] fix ULC testData
This commit is contained in:
+3
-3
@@ -1,12 +1,10 @@
|
||||
public final class MyClass /* MyClass*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static java.lang.String prop2 = "" /* initializer type: java.lang.String */;
|
||||
private static java.lang.String prop2;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final MyClass.Companion Companion;
|
||||
|
||||
private static int prop = 4 /* initializer type: int */;
|
||||
|
||||
@kotlin.jvm.JvmStatic()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final java.lang.String getProp2();// getProp2()
|
||||
@@ -16,6 +14,8 @@ public final class MyClass /* MyClass*/ {
|
||||
|
||||
public MyClass();// .ctor()
|
||||
|
||||
public static final void setProp2(@org.jetbrains.annotations.NotNull() java.lang.String);// setProp2(java.lang.String)
|
||||
|
||||
|
||||
class Companion ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user