Files
2009-09-10 21:57:00 +04:00

5 lines
76 B
Java

class Foo {
static Foo bar(Foo anObject) {
return anObject;
}
}