Update lightclass tests renderer
+mute invalid old light classes tests
This commit is contained in:
+3
-2
@@ -1,3 +1,4 @@
|
||||
public final class ClassWithConstructor {
|
||||
public ClassWithConstructor(@org.jetbrains.annotations.Nullable java.lang.String nullable, @org.jetbrains.annotations.NotNull java.lang.String notNull) { /* compiled code */ }
|
||||
public final class ClassWithConstructor /* ClassWithConstructor*/ {
|
||||
public ClassWithConstructor(@org.jetbrains.annotations.Nullable() java.lang.String, @org.jetbrains.annotations.NotNull() java.lang.String);// .ctor(java.lang.String, java.lang.String)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user