Closed fjf2002 closed 1 week ago
Solves #4 .
It took quite a while to understand that in the declaration public final string toString(), the return type must be lowercase string.
public final string toString()
string
Thank you! -> merged toString_for_PrimitiveStringClass into main.
Solves #4 .
It took quite a while to understand that in the declaration
public final string toString()
, the return type must be lowercasestring
.