From 39631054c58df5841ea268b7002b820ec55f6e0a Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 3 Dec 2015 16:22:11 +0100 Subject: restructure Dokka build to use Gradle for everything except for the Maven plugin --- test/data/format/classWithCompanionObject.kt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/data/format/classWithCompanionObject.kt (limited to 'test/data/format/classWithCompanionObject.kt') diff --git a/test/data/format/classWithCompanionObject.kt b/test/data/format/classWithCompanionObject.kt deleted file mode 100644 index fdbd915d..00000000 --- a/test/data/format/classWithCompanionObject.kt +++ /dev/null @@ -1,7 +0,0 @@ -class Klass() { - companion object { - val x = 1 - - fun foo() {} - } -} -- cgit