Tests updated after integration with optimization subsystem
This commit is contained in:
committed by
Alexander Udalov
parent
feb0918d99
commit
3fa5fc7b11
@@ -1,5 +1,5 @@
|
||||
public final class Derived implements kotlin.jvm.internal.KObject, Base {
|
||||
public Derived(@org.jetbrains.annotations.NotNull @jet.runtime.typeinfo.JetValueParameter(name = "x") Base x) { /* compiled code */ }
|
||||
public Derived(@jet.runtime.typeinfo.JetValueParameter(name = "x") @org.jetbrains.annotations.NotNull Base x) { /* compiled code */ }
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public java.lang.String getBoo() { /* compiled code */ }
|
||||
|
||||
Reference in New Issue
Block a user