aboutsummaryrefslogtreecommitdiff
path: root/test/data/classes/classWithCompanionObject.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/classes/classWithCompanionObject.kt')
-rw-r--r--test/data/classes/classWithCompanionObject.kt7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/data/classes/classWithCompanionObject.kt b/test/data/classes/classWithCompanionObject.kt
deleted file mode 100644
index fdbd915d..00000000
--- a/test/data/classes/classWithCompanionObject.kt
+++ /dev/null
@@ -1,7 +0,0 @@
-class Klass() {
- companion object {
- val x = 1
-
- fun foo() {}
- }
-}