aboutsummaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorIlya Ryzhenkov <orangy@jetbrains.com>2014-07-11 17:16:09 +0400
committerIlya Ryzhenkov <orangy@jetbrains.com>2014-07-11 17:16:09 +0400
commitdeae3bfbe0a5bda997f3033693879042a058de3a (patch)
tree6cdf65a860a517e44cc8e7744678b2561ae7a49d /test/data
parent044e1b86602662c78bb2ed12b9d645ab10b23429 (diff)
downloaddokka-deae3bfbe0a5bda997f3033693879042a058de3a.tar.gz
dokka-deae3bfbe0a5bda997f3033693879042a058de3a.tar.bz2
dokka-deae3bfbe0a5bda997f3033693879042a058de3a.zip
Bootstrapped TDD, first test red then green.
Diffstat (limited to 'test/data')
-rw-r--r--test/data/function.kt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/data/function.kt b/test/data/function.kt
index e69de29b..878b017b 100644
--- a/test/data/function.kt
+++ b/test/data/function.kt
@@ -0,0 +1,4 @@
+/**
+ * doc
+ */
+fun fn() {} \ No newline at end of file