What is happening? What should have happened instead?
On this page, we have expect annotation class Throws(val exceptionClasses ...), but in sources it's actually expect annotation class Throws(vararg val exceptionClasses ...) (aka vararg is missing).
Reproducer
https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throws/
Dokka version
2.3
Kotlin Gradle Plugin (KGP) version
No response
Android Gradle Plugin (AGP) version (if applicable)
No response
Build tool
Gradle
Project type
Anything else? (optional)
No response
What is happening? What should have happened instead?
On this page, we have
expect annotation class Throws(val exceptionClasses ...), but in sources it's actuallyexpect annotation class Throws(vararg val exceptionClasses ...)(aka vararg is missing).Reproducer
https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throws/
Dokka version
2.3
Kotlin Gradle Plugin (KGP) version
No response
Android Gradle Plugin (AGP) version (if applicable)
No response
Build tool
Gradle
Project type
Anything else? (optional)
No response