Update lightclass tests renderer
+mute invalid old light classes tests
This commit is contained in:
+8
-7
@@ -1,11 +1,12 @@
|
||||
public final class C implements Tr {
|
||||
private final int v;
|
||||
public final class C /* C*/ implements Tr {
|
||||
private final int v;
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public java.lang.Integer foo() { /* compiled code */ }
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.Integer foo();// foo()
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public java.lang.Integer getV() { /* compiled code */ }
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.Integer getV();// getV()
|
||||
|
||||
public C();// .ctor()
|
||||
|
||||
public C() { /* compiled code */ }
|
||||
}
|
||||
Reference in New Issue
Block a user