mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-98936 (classes in default (unnamed) package cannot be referenced from other packages)
This commit is contained in:
+1
@@ -1,4 +1,5 @@
|
||||
public class Test {
|
||||
public Test(int i) {
|
||||
new x();
|
||||
}
|
||||
}
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
class x { }
|
||||
Reference in New Issue
Block a user