-
Notifications
You must be signed in to change notification settings - Fork 454
Closed
Labels
bugtopic: K2Issues / PRs that are related to the K2 migration. See #2888Issues / PRs that are related to the K2 migration. See #2888
Description
enum class EnumKotlinWithMethod {
WAITING,
TALKING {
fun entryOnly() = WAITING
};
}
In K1, the function entryOnly()
is present in the function list of the entry. In K2, it missed.
But it might be by design for K2 since the function is unusable outside of the entry body.
Installation
- Dokka version: 1.9.20
Parent: #3328
Metadata
Metadata
Assignees
Labels
bugtopic: K2Issues / PRs that are related to the K2 migration. See #2888Issues / PRs that are related to the K2 migration. See #2888