mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-12 08:31:27 +00:00
7 lines
115 B
Java
7 lines
115 B
Java
package test;
|
|
|
|
public final class ClassWithObjectMethod {
|
|
public String toString() {
|
|
return "";
|
|
}
|
|
} |