diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-06-30 17:53:02 +0200 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-06-30 17:53:02 +0200 |
commit | 3921ac60ee89bbd02444f85e8b8b52c7f77c6e27 (patch) | |
tree | cc48d94e022f494f7cf470ea9b361c3ac54af100 /test/data/functions/functionWithAnnotatedParam.kt | |
parent | fc24a9e4795f776d6dafc1809a4328273748bd95 (diff) | |
download | dokka-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.kt | 2 |
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) { } |