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