Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
sam
/
InterfaceWithObjectMethod.java
blob: 57bdf6131e38d6e81b064a951fb302e95b526dd2 [
file
] [
log
] [
blame
]
package
test
;
public
interface
InterfaceWithObjectMethod
{
String
toString
();
}