blob: 0bd346594dd403063e4df4bf28759be016b4c221 [file] [log] [blame]
public class A {
void bar() {
}
void foo(String title, Object test) {
System.out.println(title + " world"); //$NON-NLS-1$
System.out.println(test.toString());
}
}