mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
Update lightclass tests renderer
+mute invalid old light classes tests
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
public final class Inheritor implements p.I, p.I2 {
|
||||
public final void f() { /* compiled code */ }
|
||||
public final class Inheritor /* p.Inheritor*/ implements p.I, p.I2 {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.String bar();// bar()
|
||||
|
||||
public void g() { /* compiled code */ }
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.String foo();// foo()
|
||||
|
||||
public Inheritor() { /* compiled code */ }
|
||||
public Inheritor();// .ctor()
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public java.lang.String foo() { /* compiled code */ }
|
||||
public final void f();// f()
|
||||
|
||||
public void g();// g()
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public java.lang.String bar() { /* compiled code */ }
|
||||
}
|
||||
Reference in New Issue
Block a user