Attaching stdlib in load java tests more directly.

This commit is contained in:
Evgeny Gerashchenko
2013-06-20 20:26:44 +04:00
parent 63dbfcb81c
commit c77559fac9
10 changed files with 15 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ public trait InterfaceWithObjectMethods : java.lang.Object {
public abstract override /*1*/ fun clone(): jet.Any?
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ p0: jet.Any?): jet.Boolean
public abstract override /*1*/ fun finalize(): jet.Unit
public final override /*1*/ /*fake_override*/ fun getClass(): java.lang.Class<out jet.Any?>?
public final override /*1*/ /*fake_override*/ fun getClass(): java.lang.Class<out jet.Any?>
public open override /*1*/ /*fake_override*/ fun hashCode(): jet.Int
public final override /*1*/ /*fake_override*/ fun notify(): jet.Unit
public final override /*1*/ /*fake_override*/ fun notifyAll(): jet.Unit