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
+1 -1
View File
@@ -1,4 +1,4 @@
namespace std.test
package std.test
import std.io.*
import std.util.*
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test.apicheck
package test.apicheck
import std.util.*
import java.util.*
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test.collections
package test.collections
// TODO can we avoid importing all this stuff by default I wonder?
// e.g. making println and the collection builder methods public by default?
+1 -1
View File
@@ -1,4 +1,4 @@
namespace kotlin.tools
package kotlin.tools
import std.*
import std.io.*
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test.collections
package test.collections
import std.test.*
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test.collections
package test.collections
import std.test.*
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test.collections
package test.collections
import std.test.*
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test.collections
package test.collections
import std.*
import std.io.*
+1 -1
View File
@@ -1,4 +1,4 @@
namespace testDslExample
package testDslExample
import std.io.*
import std.test.*