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