aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.idea/libraries/junit_junit_4_11.xml15
-rw-r--r--dokka.iml2
-rw-r--r--lib/hamcrest-core-1.3.jarbin0 -> 45024 bytes
-rw-r--r--lib/junit-4.11-javadoc.jarbin0 -> 379344 bytes
-rw-r--r--lib/junit-4.11-sources.jarbin0 -> 151329 bytes
-rw-r--r--lib/junit-4.11.jarbin0 -> 245039 bytes
-rw-r--r--test/data/function.kt2
7 files changed, 19 insertions, 0 deletions
diff --git a/.idea/libraries/junit_junit_4_11.xml b/.idea/libraries/junit_junit_4_11.xml
new file mode 100644
index 00000000..fae06116
--- /dev/null
+++ b/.idea/libraries/junit_junit_4_11.xml
@@ -0,0 +1,15 @@
+<component name="libraryTable">
+ <library name="junit:junit:4.11" type="repository">
+ <properties maven-id="junit:junit:4.11" />
+ <CLASSES>
+ <root url="jar://$PROJECT_DIR$/lib/junit-4.11.jar!/" />
+ <root url="jar://$PROJECT_DIR$/lib/hamcrest-core-1.3.jar!/" />
+ </CLASSES>
+ <JAVADOC>
+ <root url="jar://$PROJECT_DIR$/lib/junit-4.11-javadoc.jar!/" />
+ </JAVADOC>
+ <SOURCES>
+ <root url="jar://$PROJECT_DIR$/lib/junit-4.11-sources.jar!/" />
+ </SOURCES>
+ </library>
+</component> \ No newline at end of file
diff --git a/dokka.iml b/dokka.iml
index 2fe62815..91a990ac 100644
--- a/dokka.iml
+++ b/dokka.iml
@@ -4,11 +4,13 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="jetbrains.dokka" />
+ <sourceFolder url="file://$MODULE_DIR$/test/src" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin" level="project" />
<orderEntry type="library" name="kotlin-compiler" level="project" />
+ <orderEntry type="library" name="junit:junit:4.11" level="project" />
</component>
</module>
diff --git a/lib/hamcrest-core-1.3.jar b/lib/hamcrest-core-1.3.jar
new file mode 100644
index 00000000..9d5fe16e
--- /dev/null
+++ b/lib/hamcrest-core-1.3.jar
Binary files differ
diff --git a/lib/junit-4.11-javadoc.jar b/lib/junit-4.11-javadoc.jar
new file mode 100644
index 00000000..6986173c
--- /dev/null
+++ b/lib/junit-4.11-javadoc.jar
Binary files differ
diff --git a/lib/junit-4.11-sources.jar b/lib/junit-4.11-sources.jar
new file mode 100644
index 00000000..bab4cddb
--- /dev/null
+++ b/lib/junit-4.11-sources.jar
Binary files differ
diff --git a/lib/junit-4.11.jar b/lib/junit-4.11.jar
new file mode 100644
index 00000000..aaf74448
--- /dev/null
+++ b/lib/junit-4.11.jar
Binary files differ
diff --git a/test/data/function.kt b/test/data/function.kt
new file mode 100644
index 00000000..facbf677
--- /dev/null
+++ b/test/data/function.kt
@@ -0,0 +1,2 @@
+
+fun fn() {} \ No newline at end of file