Update lightclass tests renderer
+mute invalid old light classes tests
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
public final class Derived implements Base {
|
||||
public Derived(@org.jetbrains.annotations.NotNull Base x) { /* compiled code */ }
|
||||
public final class Derived /* Derived*/ implements Base {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.String baz(@org.jetbrains.annotations.NotNull() java.lang.String);// baz(java.lang.String)
|
||||
|
||||
public Derived(@org.jetbrains.annotations.NotNull() Base);// .ctor(Base)
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public java.lang.String baz(@org.jetbrains.annotations.NotNull java.lang.String g) { /* compiled code */ }
|
||||
}
|
||||
Reference in New Issue
Block a user