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:
@@ -1,6 +1,6 @@
|
||||
// +JDK
|
||||
|
||||
package std1
|
||||
package kotlin1
|
||||
|
||||
import java.util.*
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// +JDK
|
||||
|
||||
package std1
|
||||
package kotlin1
|
||||
|
||||
import java.util.*
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// +JDK
|
||||
|
||||
package std1
|
||||
package kotlin1
|
||||
|
||||
import java.util.*
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ package StringBuilder
|
||||
|
||||
import java.lang.StringBuilder
|
||||
|
||||
//import std.io.*
|
||||
//import kotlin.io.*
|
||||
//import java.io.*
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// KT-860 ConcurrentModificationException in frontend
|
||||
// +JDK
|
||||
|
||||
package std.util
|
||||
package kotlin.util
|
||||
|
||||
import java.util.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user