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