Skip to content

Commit a9687a3

Browse files
committed
Moved guide tests to the correspondingly scoped package
1 parent a5473ce commit a9687a3

File tree

87 files changed

+236
-234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+236
-234
lines changed

core/kotlinx-coroutines-core/test/guide/example-basic-01.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
// This file was automatically generated from coroutines-guide.md by Knit tool. Do not edit.
18-
package guide.basic.example01
18+
package kotlinx.coroutines.experimental.guide.basic01
1919

2020
import kotlinx.coroutines.experimental.*
2121

core/kotlinx-coroutines-core/test/guide/example-basic-02.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
// This file was automatically generated from coroutines-guide.md by Knit tool. Do not edit.
18-
package guide.basic.example02
18+
package kotlinx.coroutines.experimental.guide.basic02
1919

2020
import kotlinx.coroutines.experimental.*
2121

core/kotlinx-coroutines-core/test/guide/example-basic-02b.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
// This file was automatically generated from coroutines-guide.md by Knit tool. Do not edit.
18-
package guide.basic.example02b
18+
package kotlinx.coroutines.experimental.guide.basic02b
1919

2020
import kotlinx.coroutines.experimental.*
2121

core/kotlinx-coroutines-core/test/guide/example-basic-03.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
// This file was automatically generated from coroutines-guide.md by Knit tool. Do not edit.
18-
package guide.basic.example03
18+
package kotlinx.coroutines.experimental.guide.basic03
1919

2020
import kotlinx.coroutines.experimental.*
2121

core/kotlinx-coroutines-core/test/guide/example-basic-04.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
// This file was automatically generated from coroutines-guide.md by Knit tool. Do not edit.
18-
package guide.basic.example04
18+
package kotlinx.coroutines.experimental.guide.basic04
1919

2020
import kotlinx.coroutines.experimental.*
2121

core/kotlinx-coroutines-core/test/guide/example-basic-05.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
// This file was automatically generated from coroutines-guide.md by Knit tool. Do not edit.
18-
package guide.basic.example05
18+
package kotlinx.coroutines.experimental.guide.basic05
1919

2020
import kotlinx.coroutines.experimental.*
2121

core/kotlinx-coroutines-core/test/guide/example-basic-06.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
// This file was automatically generated from coroutines-guide.md by Knit tool. Do not edit.
18-
package guide.basic.example06
18+
package kotlinx.coroutines.experimental.guide.basic06
1919

2020
import kotlinx.coroutines.experimental.*
2121

core/kotlinx-coroutines-core/test/guide/example-cancel-01.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
// This file was automatically generated from coroutines-guide.md by Knit tool. Do not edit.
18-
package guide.cancel.example01
18+
package kotlinx.coroutines.experimental.guide.cancel01
1919

2020
import kotlinx.coroutines.experimental.*
2121

core/kotlinx-coroutines-core/test/guide/example-cancel-02.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
// This file was automatically generated from coroutines-guide.md by Knit tool. Do not edit.
18-
package guide.cancel.example02
18+
package kotlinx.coroutines.experimental.guide.cancel02
1919

2020
import kotlinx.coroutines.experimental.*
2121

core/kotlinx-coroutines-core/test/guide/example-cancel-03.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
// This file was automatically generated from coroutines-guide.md by Knit tool. Do not edit.
18-
package guide.cancel.example03
18+
package kotlinx.coroutines.experimental.guide.cancel03
1919

2020
import kotlinx.coroutines.experimental.*
2121

0 commit comments

Comments
 (0)