expect errors on importing from default packet

This commit is contained in:
anna
2011-08-26 18:14:26 +02:00
parent 9bc5f34ff8
commit b07cacac30
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
import OuterClass.*;
import <error descr="Cannot resolve symbol 'OuterClass'">OuterClass</error>.*;
class OuterClass{
class Inner{}