aboutsummaryrefslogtreecommitdiff
path: root/test/data/functions/functionWithAnnotatedParam.kt
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-06-30 17:53:02 +0200
committerDmitry Jemerov <yole@jetbrains.com>2015-06-30 17:53:02 +0200
commit3921ac60ee89bbd02444f85e8b8b52c7f77c6e27 (patch)
treecc48d94e022f494f7cf470ea9b361c3ac54af100 /test/data/functions/functionWithAnnotatedParam.kt
parentfc24a9e4795f776d6dafc1809a4328273748bd95 (diff)
downloaddokka-3921ac60ee89bbd02444f85e8b8b52c7f77c6e27.tar.gz
dokka-3921ac60ee89bbd02444f85e8b8b52c7f77c6e27.tar.bz2
dokka-3921ac60ee89bbd02444f85e8b8b52c7f77c6e27.zip
fix tests
Diffstat (limited to 'test/data/functions/functionWithAnnotatedParam.kt')
-rw-r--r--test/data/functions/functionWithAnnotatedParam.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/functions/functionWithAnnotatedParam.kt b/test/data/functions/functionWithAnnotatedParam.kt
index 8922f765..640bec83 100644
--- a/test/data/functions/functionWithAnnotatedParam.kt
+++ b/test/data/functions/functionWithAnnotatedParam.kt
@@ -1,2 +1,2 @@
-fun function([noinline] notInlined: () -> Unit) {
+fun function(noinline notInlined: () -> Unit) {
}