java Iterable/Iterator replaced to jet ones
in completion, js tests
This commit is contained in:
@@ -2,7 +2,7 @@ package kotlin
|
||||
|
||||
import java.util.*
|
||||
|
||||
public inline fun <T> java.lang.Iterable<T>.toString(): String {
|
||||
public inline fun <T> Iterable<T>.toString(): String {
|
||||
return makeString(", ", "[", "]")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user