8 lines
51 B
Plaintext
Raw Normal View History

2015-08-27 13:36:14 +02:00
class Return{
2015-07-14 14:49:46 +02:00
2015-08-27 13:36:14 +02:00
Integer method() {
return 5;
2015-07-14 14:49:46 +02:00
}
}