Tests updated after integration with optimization subsystem

This commit is contained in:
Denis Zharkov
2014-06-25 17:27:48 +04:00
committed by Alexander Udalov
parent feb0918d99
commit 3fa5fc7b11
12 changed files with 30 additions and 30 deletions
@@ -1,5 +1,5 @@
public final class C implements kotlin.jvm.internal.KObject, Base<kotlin.Unit> {
public void foo(@org.jetbrains.annotations.NotNull @jet.runtime.typeinfo.JetValueParameter(name = "t") kotlin.Unit t) { /* compiled code */ }
public void foo(@jet.runtime.typeinfo.JetValueParameter(name = "t") @org.jetbrains.annotations.NotNull kotlin.Unit t) { /* compiled code */ }
public C() { /* compiled code */ }
}