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() {
2015-09-22 18:43:36 +02:00
return 6;
2015-07-14 14:49:46 +02:00
}
}