mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
move tests for scopes into the community project
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package pack;
|
||||
class AbaB{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package pack;
|
||||
class Ba{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package pack1;
|
||||
class Out {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package pack1.pack2;
|
||||
class In {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user