Files
kotlin/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/ClassWithObjectMethod.txt
2015-07-09 16:36:43 +03:00

9 lines
345 B
Plaintext
Vendored

package test
public final class ClassWithObjectMethod {
public constructor ClassWithObjectMethod()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ fun toString(): kotlin.String
}