blob: 511ff6932c00ca156702b575f668f575dc4c178e [file] [log] [blame]
/*
* /nodynamiccopyright/
*
* Test code for Test.sh
*/
class B
{
void f() {
B1 b1 = new B1();
B1 b1a = new B1();
}
}
@Deprecated
class B1 {
}