test data fixed to exclude imports for default package

This commit is contained in:
anna
2011-08-26 15:50:04 +02:00
parent 15b1d535cd
commit ef6071d1ca
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import c;
import c.*;
import p.c;
import p.c.*;
class d {
c c = null;