move tests for scopes into the community project

This commit is contained in:
Sergey Ignatov
2018-10-23 15:50:56 +03:00
parent 2ca275ab97
commit 4954d971af
16 changed files with 897 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package pack;
class AbaB{
}

View File

@@ -0,0 +1,4 @@
package pack;
class Ba{
}

View File

@@ -0,0 +1,4 @@
package pack1;
class Out {
}

View File

@@ -0,0 +1,4 @@
package pack1.pack2;
class In {
}

View File

@@ -0,0 +1,3 @@
class Test {
}

View File

@@ -0,0 +1,3 @@
package package1;
class Test1 {
}

View File

@@ -0,0 +1,4 @@
package package1.package2.package3;
class Test3 {
}