aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-10-20 12:53:17 +0200
committerDmitry Jemerov <yole@jetbrains.com>2015-10-20 12:53:17 +0200
commit8827d30048b9c50f47e62f69baf774363fdebc5d (patch)
tree9c683a39c053070f0907ff0e0ff1e68ae5b97518 /test
parent75834b6ae1a719be0298cefe7420ee3f9b7cd2a1 (diff)
downloaddokka-8827d30048b9c50f47e62f69baf774363fdebc5d.tar.gz
dokka-8827d30048b9c50f47e62f69baf774363fdebc5d.tar.bz2
dokka-8827d30048b9c50f47e62f69baf774363fdebc5d.zip
update Dokka to Kotlin 1.0-beta
Diffstat (limited to 'test')
-rw-r--r--test/data/functions/annotatedFunctionWithAnnotationParameters.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/functions/annotatedFunctionWithAnnotationParameters.kt b/test/data/functions/annotatedFunctionWithAnnotationParameters.kt
index e3bc45c9..e559713a 100644
--- a/test/data/functions/annotatedFunctionWithAnnotationParameters.kt
+++ b/test/data/functions/annotatedFunctionWithAnnotationParameters.kt
@@ -4,4 +4,4 @@
public annotation class Fancy(val size: Int)
-Fancy(1) fun f() {}
+@Fancy(1) fun f() {}