diff options
author | Vadim Mishenev <vad-mishenev@yandex.ru> | 2023-11-15 23:00:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 22:00:53 +0200 |
commit | 1e126789a92e512b0a426044220043632e7dbf1b (patch) | |
tree | 38ecf4144037410006f20ec1a0bf89d847fa980f /dokka-subprojects/plugin-base/src/test/kotlin/content/exceptions | |
parent | 0fd90a3a3e30e70a856e1d0e8b9f93cd7654f8d2 (diff) | |
download | dokka-1e126789a92e512b0a426044220043632e7dbf1b.tar.gz dokka-1e126789a92e512b0a426044220043632e7dbf1b.tar.bz2 dokka-1e126789a92e512b0a426044220043632e7dbf1b.zip |
[K2] Update version of Kotlin Analysis API (#3337)
Diffstat (limited to 'dokka-subprojects/plugin-base/src/test/kotlin/content/exceptions')
-rw-r--r-- | dokka-subprojects/plugin-base/src/test/kotlin/content/exceptions/ContentForExceptions.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dokka-subprojects/plugin-base/src/test/kotlin/content/exceptions/ContentForExceptions.kt b/dokka-subprojects/plugin-base/src/test/kotlin/content/exceptions/ContentForExceptions.kt index 22becb93..e7ecb828 100644 --- a/dokka-subprojects/plugin-base/src/test/kotlin/content/exceptions/ContentForExceptions.kt +++ b/dokka-subprojects/plugin-base/src/test/kotlin/content/exceptions/ContentForExceptions.kt @@ -60,7 +60,6 @@ class ContentForExceptions : BaseAbstractTest() { ) } - @OnlyDescriptors("Fixed in 1.9.20 (IMPORT STAR)") @Test fun `function with navigatable thrown exception`() { testInline( |