/*
* /nodynamiccopyright/
*
* Test code for Test.sh
*/
class B
{
void f() {
B1 b1 = new B1();
B1 b1a = new B1();
}
}
@Deprecated
class B1 {
}