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