forked from JavaTX/JavaCompilerCore
8 lines
51 B
Java
8 lines
51 B
Java
class Return{
|
|
|
|
Integer method() {
|
|
return 6;
|
|
}
|
|
|
|
|
|
} |