blob: d31b189ed789af07146a8c61782072542745a8f5 [file] [log] [blame]
/*
* /nodynamiccopyright/
*
* Test code for Test.sh
*/
class A
{
void f() {
A1 a1 = new A1();
}
}
@Deprecated
class A1 {
}