Update lightclass tests renderer
+mute invalid old light classes tests
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
public final class C {
|
||||
@kotlin.jvm.JvmField
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public static final java.lang.String foo;
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public static final C.Companion Companion;
|
||||
public final class C /* C*/ {
|
||||
@kotlin.jvm.JvmField()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final java.lang.String foo;
|
||||
|
||||
public C() { /* compiled code */ }
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final C.Companion Companion;
|
||||
|
||||
public static final class Companion {
|
||||
private Companion() { /* compiled code */ }
|
||||
}
|
||||
}
|
||||
public C();// .ctor()
|
||||
|
||||
|
||||
public static final class Companion /* C.Companion*/ {
|
||||
private Companion();// .ctor()
|
||||
|
||||
}}
|
||||
Reference in New Issue
Block a user