blob: 2fdf39f3834de69c9daf59b9b9e3c9d43f86ed35 [file] [log] [blame]
class Foo {
void f(int anObject) {
int k = anObject;
}
}