summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/Counter.kt10
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/build.log11
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/other.kt4
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/other.kt.touch0
4 files changed, 0 insertions, 25 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/Counter.kt b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/Counter.kt
deleted file mode 100644
index c43e7a6a7d91..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/Counter.kt
+++ /dev/null
@@ -1,10 +0,0 @@
-package test
-
-class Counter {
- suspend fun one() {}
- suspend fun two() {}
- suspend fun both() {
- one()
- two()
- }
-}
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/build.log b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/build.log
deleted file mode 100644
index ce955a3768c7..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/build.log
+++ /dev/null
@@ -1,11 +0,0 @@
-================ Step #1 =================
-
-Cleaning output files:
- out/production/module/META-INF/module.kotlin_module
- out/production/module/test/OtherKt.class
-End of files
-Compiling files:
- src/other.kt
-End of files
-Exit code: OK
-------------------------------------------
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/other.kt b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/other.kt
deleted file mode 100644
index 092462c70e07..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/other.kt
+++ /dev/null
@@ -1,4 +0,0 @@
-package test
-
-fun dummyFunction() {
-} \ No newline at end of file
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/other.kt.touch b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/other.kt.touch
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/suspendWithStateMachine/other.kt.touch
+++ /dev/null