mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-16 08:31:29 +00:00
Attaching stdlib in load java tests more directly.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user