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