aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/links
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2016-11-02 19:50:04 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2016-11-02 19:50:04 +0300
commitb64579c6d444a39882ceeef08bdc3eedb584e827 (patch)
tree2cb0eacd445bffa64f38e3a744db4e2334aea1c6 /core/testdata/links
parent8c7ba164d96b8b5018b2eb5ec0717de29c44b172 (diff)
downloaddokka-b64579c6d444a39882ceeef08bdc3eedb584e827.tar.gz
dokka-b64579c6d444a39882ceeef08bdc3eedb584e827.tar.bz2
dokka-b64579c6d444a39882ceeef08bdc3eedb584e827.zip
Added test and post-review fix
Diffstat (limited to 'core/testdata/links')
-rw-r--r--core/testdata/links/linkToPackage.kt8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/testdata/links/linkToPackage.kt b/core/testdata/links/linkToPackage.kt
new file mode 100644
index 00000000..3dd86628
--- /dev/null
+++ b/core/testdata/links/linkToPackage.kt
@@ -0,0 +1,8 @@
+package test.magic
+
+/**
+ * Basic implementations of [Magic] are located in [test.magic] package
+ */
+abstract class Magic {
+
+}