Update lightclass tests renderer
+mute invalid old light classes tests
This commit is contained in:
+20
-15
@@ -1,21 +1,26 @@
|
||||
public final class A {
|
||||
private static final int c;
|
||||
@org.jetbrains.annotations.NotNull
|
||||
private static java.lang.String v;
|
||||
public static final int cc = 1;
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public static final java.lang.String cv = "A";
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public static final pack.A INSTANCE;
|
||||
public final class A /* pack.A*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static java.lang.String v;
|
||||
|
||||
public final int getC() { /* compiled code */ }
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final java.lang.String cv = "A" /* initializer type: java.lang.String */ /* constant value A */;
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public final java.lang.String getV() { /* compiled code */ }
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final pack.A INSTANCE;
|
||||
|
||||
public final void setV(@org.jetbrains.annotations.NotNull java.lang.String p) { /* compiled code */ }
|
||||
private static final int c;
|
||||
|
||||
public final int f() { /* compiled code */ }
|
||||
public static final int cc = 1 /* initializer type: int */ /* constant value 1 */;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.lang.String getV();// getV()
|
||||
|
||||
private A();// .ctor()
|
||||
|
||||
public final int f();// f()
|
||||
|
||||
public final int getC();// getC()
|
||||
|
||||
public final void setV(@org.jetbrains.annotations.NotNull() java.lang.String);// setV(java.lang.String)
|
||||
|
||||
private A() { /* compiled code */ }
|
||||
}
|
||||
Reference in New Issue
Block a user