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/format | |
parent | fc24a9e4795f776d6dafc1809a4328273748bd95 (diff) | |
download | dokka-3921ac60ee89bbd02444f85e8b8b52c7f77c6e27.tar.gz dokka-3921ac60ee89bbd02444f85e8b8b52c7f77c6e27.tar.bz2 dokka-3921ac60ee89bbd02444f85e8b8b52c7f77c6e27.zip |
fix tests
Diffstat (limited to 'test/data/format')
-rw-r--r-- | test/data/format/annotations.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/format/annotations.kt b/test/data/format/annotations.kt index 9356d4ca..57f76249 100644 --- a/test/data/format/annotations.kt +++ b/test/data/format/annotations.kt @@ -1,5 +1,5 @@ data class Foo { - inline fun bar([noinline] notInlined: () -> Unit) { + inline fun bar(noinline notInlined: () -> Unit) { } inline val x: Int |