Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
loadJava
/
compiledJavaIncludeObjectMethods
/
InterfaceWithObjectMethods.java
blob: f9b8ef9ded362d547ce732360bd94ba10e5f65c0 [
file
]
package
test
;
public
interface
InterfaceWithObjectMethods
{
int
hashCode
();
boolean
equals
(
Object
obj
);
Object
clone
();
String
toString
();
void
finalize
();
}