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 --- core/testdata/java/superClass.java | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 core/testdata/java/superClass.java (limited to 'core/testdata/java/superClass.java') diff --git a/core/testdata/java/superClass.java b/core/testdata/java/superClass.java new file mode 100644 index 00000000..31b5fa96 --- /dev/null +++ b/core/testdata/java/superClass.java @@ -0,0 +1,2 @@ +public class Foo extends Exception implements Cloneable { +} -- cgit