Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
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
();
}