saveourtool/diktat

Inspect if we need to delete empty constructors from annotation class or expect/actual mechanism

Open

#783 opened on Feb 25, 2021

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Kotlin (40 forks)github user discovery
good first issuehelp wantedneeded

Repository metrics

Stars
 (571 stars)
PR merge metrics
 (PR metrics pending)

Description

@OptIn(ExperimentalMultiplatform::class)
@OptionalExpectation
expect annotation class Entity()

@OptIn(ExperimentalMultiplatform::class)
@OptionalExpectation
expect annotation class Id()

For now, empty constructor should not be deleted.

Contributor guide