Update lightclass tests renderer
+mute invalid old light classes tests
This commit is contained in:
+16
-15
@@ -1,18 +1,19 @@
|
||||
public final class Annotations {
|
||||
@p.R(s = "a")
|
||||
@p.R(s = "b")
|
||||
@p.R(s = "c")
|
||||
public final void repeatables1() { /* compiled code */ }
|
||||
public final class Annotations /* p.Annotations*/ {
|
||||
@p.R(s = "a")
|
||||
@p.R(s = "b")
|
||||
@p.R(s = "c")
|
||||
public final void repeatables1();// repeatables1()
|
||||
|
||||
@p.R(s = "a")
|
||||
public final void repeatables2() { /* compiled code */ }
|
||||
@p.R(s = "a")
|
||||
@p.R(s = "c")
|
||||
@p.R(s = "f")
|
||||
@p.S(g = "D")
|
||||
@p.S(g = "b")
|
||||
public final void repeatables3();// repeatables3()
|
||||
|
||||
@p.R(s = "a")
|
||||
@p.S(g = "b")
|
||||
@p.R(s = "c")
|
||||
@p.S(g = "D")
|
||||
@p.R(s = "f")
|
||||
public final void repeatables3() { /* compiled code */ }
|
||||
@p.R(s = "a")
|
||||
public final void repeatables2();// repeatables2()
|
||||
|
||||
public Annotations() { /* compiled code */ }
|
||||
}
|
||||
public Annotations();// .ctor()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user