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