summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/general/RelocatableCaches/src/Foo.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/general/RelocatableCaches/src/Foo.kt')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/general/RelocatableCaches/src/Foo.kt9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/general/RelocatableCaches/src/Foo.kt b/plugins/kotlin/jps/jps-plugin/tests/testData/general/RelocatableCaches/src/Foo.kt
deleted file mode 100644
index 0ac80e287784..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/general/RelocatableCaches/src/Foo.kt
+++ /dev/null
@@ -1,9 +0,0 @@
-open class Foo() {
- companion object {
- const val CONST = 0
- }
-
- inline fun bar() = 1
-}
-
-class FooChild() : Foo() {} \ No newline at end of file