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