Skip to content

[K2] KMP: Constructors in actual class are missing keyword actual #3378

@atyrin

Description

@atyrin
// commonMain
expect class A()

actual class A{
    actual constructor(){}
    constructor(s: String): this(){}
}

K2
image

K1
image

Installation

  • Dokka version: 1.9.20

Parent: #3328

Metadata

Metadata

Assignees

Labels

bugtopic: K2Issues / PRs that are related to the K2 migration. See #2888upstream bugAn issue that appears due to an upstream dependency bug, such as kotlin-compiler

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions