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