blob: c4061d03a69af990c7d857d3edd5d52409b57654 [file] [log] [blame]
class Test {
public int m(int a, int b, int anObject) {
return anObject;
}
}