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