Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledJavaIncludeObjectMethods
/
ClassWithObjectMethod.java
blob: 9539e48d265aa01c5c0f90d2a2e01723d386439d [
file
]
package
test
;
public
final
class
ClassWithObjectMethod
{
public
String
toString
()
{
return
""
;
}
}