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