refactored std.* package to be kotlin.*. Due to KT-1381 I had to move the functions from kotlin.test into the stdlib for now (I made them not depend on JUnit for now)

This commit is contained in:
James Strachan
2012-03-03 12:11:06 +00:00
parent 4a53e468fe
commit eb3aac9acb
162 changed files with 454 additions and 324 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
package org.jetbrains.kotlin.examples.actors
import std.concurrent.*
import std.util.*
import kotlin.concurrent.*
import kotlin.util.*
import java.util.concurrent.*
import java.util.concurrent.atomic.AtomicReferenceFieldUpdater
+1 -1
View File
@@ -1,6 +1,6 @@
package org.jetbrains.kotlin.examples.actors
import std.concurrent.*
import kotlin.concurrent.*
import java.util.concurrent.Executor
import java.util.LinkedList
import java.util.concurrent.Executors
+1 -1
View File
@@ -1,6 +1,6 @@
package org.jetbrains.kotlin.examples.actors
import std.concurrent.*
import kotlin.concurrent.*
import org.jetbrains.kotlin.examples.actors.Actor
import java.util.concurrent.Executors
import java.util.LinkedList
+1 -1
View File
@@ -1,6 +1,6 @@
package org.jetbrains.kotlin.examples.actors
import std.concurrent.*
import kotlin.concurrent.*
import java.util.concurrent.Executor
import java.util.LinkedList
import java.util.concurrent.Executors
+1 -1
View File
@@ -1,6 +1,6 @@
package org.jetbrains.kotlin.examples.actors
import std.concurrent.*
import kotlin.concurrent.*
import java.util.concurrent.Executor
import java.util.LinkedList
import java.util.concurrent.Executors
+1 -1
View File
@@ -1,6 +1,6 @@
package org.jetbrains.kotlin.examples.actors
import std.concurrent.*
import kotlin.concurrent.*
import java.util.concurrent.Executor
import java.util.LinkedList
import java.util.concurrent.Executors
@@ -16,9 +16,9 @@
package lockperf_kotlin
import std.io.*
import std.util.*
import std.concurrent.*
import kotlin.io.*
import kotlin.util.*
import kotlin.concurrent.*
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.CountDownLatch;
+1 -1
View File
@@ -1,6 +1,6 @@
package luhnybin
import std.io.*
import kotlin.io.*
import java.io.*
import java.util.ArrayDeque