1 package c1;
2 /* Test case for bug 12649 Missing import after move  */
3 class B{
4  int i= I.i;
5 }
6