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