From 1e126789a92e512b0a426044220043632e7dbf1b Mon Sep 17 00:00:00 2001 From: Vadim Mishenev Date: Wed, 15 Nov 2023 23:00:53 +0300 Subject: [K2] Update version of Kotlin Analysis API (#3337) --- .../src/test/kotlin/content/exceptions/ContentForExceptions.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'dokka-subprojects/plugin-base/src/test/kotlin/content/exceptions') 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( -- cgit