IDEA-98936 (classes in default (unnamed) package cannot be referenced from other packages)

This commit is contained in:
Roman Shevchenko
2013-01-29 18:26:06 +04:00
parent ff32f3d934
commit 1da520f9f0
4 changed files with 17 additions and 1 deletions
@@ -1,4 +1,5 @@
public class Test {
public Test(int i) {
new x();
}
}