Move stdlib classes between packages.

This commit is contained in:
Ilya Gorbunov
2015-11-02 03:56:44 +03:00
parent f4822cd757
commit 6eabd1d692
5 changed files with 5 additions and 5 deletions
@@ -1,4 +1,4 @@
package kotlin package kotlin.sequences
/** /**
* A sequence that returns values through its iterator. The values are evaluated lazily, and the sequence * A sequence that returns values through its iterator. The values are evaluated lazily, and the sequence
@@ -1,4 +1,4 @@
package kotlin package kotlin.text
/** /**
* Represents the character general category in the Unicode specification. * Represents the character general category in the Unicode specification.
@@ -1,4 +1,4 @@
package kotlin package kotlin.text
/** /**
* Represents the Unicode directionality of a character. * Represents the Unicode directionality of a character.
@@ -1,5 +1,5 @@
@file:JvmName("CharsetsKt") @file:JvmName("CharsetsKt")
package kotlin package kotlin.text
import java.nio.charset.* import java.nio.charset.*
@@ -1,4 +1,4 @@
package kotlin package kotlin.text
/** /**
* Defines names for Unicode symbols used in proper Typography. * Defines names for Unicode symbols used in proper Typography.