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