Skip to content

[Bug] vararg is missing #4556

Description

@vmishenev

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

  • Kotlin Multiplatform (KMP)
  • Android
  • JVM
  • Other

Anything else? (optional)

No response

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions