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 - .../plugin-base/src/test/kotlin/content/params/ContentForParamsTest.kt | 1 - 2 files changed, 2 deletions(-) (limited to 'dokka-subprojects/plugin-base/src/test/kotlin/content') 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( diff --git a/dokka-subprojects/plugin-base/src/test/kotlin/content/params/ContentForParamsTest.kt b/dokka-subprojects/plugin-base/src/test/kotlin/content/params/ContentForParamsTest.kt index d0c6ac9d..6656dc44 100644 --- a/dokka-subprojects/plugin-base/src/test/kotlin/content/params/ContentForParamsTest.kt +++ b/dokka-subprojects/plugin-base/src/test/kotlin/content/params/ContentForParamsTest.kt @@ -480,7 +480,6 @@ class ContentForParamsTest : BaseAbstractTest() { } } - @OnlyDescriptors("Fixed in 1.9.20 (IMPORT STAR)") @Test fun `multiline kotlin throws with comment`() { testInline( -- cgit