GreatSyntacticShift: 'namespace' -> 'package'

This commit is contained in:
Andrey Breslav
2011-12-25 15:51:59 +04:00
parent 9f4cd37dbb
commit f52eae71d0
141 changed files with 447 additions and 460 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
namespace root
package root
~a~namespace a {
~a~package a {
import java.*
~a.a~val a : util.List<Int>? = null
@@ -9,7 +9,7 @@ namespace root
}
namespace a {
package a {
import java.util.*
~a.b~val b : List<Int>? = null