diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2019-02-11 22:44:34 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2019-02-11 22:45:34 +0300 |
commit | f640397b6395d00783d476dfa5a082a02fc9d924 (patch) | |
tree | 6f51ac8f42d19cd29c75c08e6df37693312383bc /core/testdata/format | |
parent | a32ce3282935b382f285f66c65484409d96328c7 (diff) | |
download | dokka-f640397b6395d00783d476dfa5a082a02fc9d924.tar.gz dokka-f640397b6395d00783d476dfa5a082a02fc9d924.tar.bz2 dokka-f640397b6395d00783d476dfa5a082a02fc9d924.zip |
Update bundled kotlin-compiler to 1.3.20-dev-564
Diffstat (limited to 'core/testdata/format')
-rw-r--r-- | core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md b/core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md index ad632fef..4b5f3a64 100644 --- a/core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md +++ b/core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md @@ -1,6 +1,6 @@ -[test](../index.md) / [kotlin.SuspendFunction0](./index.md) +[test](../index.md) / [kotlin.coroutines.SuspendFunction0](./index.md) -### Extensions for kotlin.SuspendFunction0 +### Extensions for kotlin.coroutines.SuspendFunction0 | [foo](foo.md) | `fun (suspend () -> Unit).foo(): Unit` | |