diff options
Diffstat (limited to 'core/testdata/classes/privateCompanionObject.kt')
-rw-r--r-- | core/testdata/classes/privateCompanionObject.kt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/testdata/classes/privateCompanionObject.kt b/core/testdata/classes/privateCompanionObject.kt deleted file mode 100644 index df43b5f9..00000000 --- a/core/testdata/classes/privateCompanionObject.kt +++ /dev/null @@ -1,11 +0,0 @@ -package p - -class Clz { - private companion object { - fun fuun() { - - } - - val aaaa = 0 - } -}
\ No newline at end of file |