Update lightclass tests renderer
+mute invalid old light classes tests
This commit is contained in:
+8
-7
@@ -1,13 +1,14 @@
|
||||
public final class C extends p.A implements p.I {
|
||||
private final int ip;
|
||||
public final class C /* p.C*/ extends p.A implements p.I {
|
||||
private final int ip;
|
||||
|
||||
public int getAp$light_idea_test_case() { /* compiled code */ }
|
||||
public C();// .ctor()
|
||||
|
||||
public int af$light_idea_test_case() { /* compiled code */ }
|
||||
public int <no name provided>$light_idea_test_case();// <no name provided>$light_idea_test_case()
|
||||
|
||||
public int getIp$light_idea_test_case() { /* compiled code */ }
|
||||
public int af$light_idea_test_case();// af$light_idea_test_case()
|
||||
|
||||
public int $$<no name provided>$light_idea_test_case /* Real name is '<no name provided>$light_idea_test_case' */() { /* compiled code */ }
|
||||
public int getAp$light_idea_test_case();// getAp$light_idea_test_case()
|
||||
|
||||
public int getIp$light_idea_test_case();// getIp$light_idea_test_case()
|
||||
|
||||
public C() { /* compiled code */ }
|
||||
}
|
||||
Reference in New Issue
Block a user