blob: b38d4982132e97aeb41588323671507ef096421e [file] [log] [blame]
class Test {
public Test method(Test anObject) {
return anObject;
}
}