blob: 88b31d90fd70faa7d324e34c9df66c1aef493b65 [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());
}
}