saveourtool/diktat

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

Open

#783 opened on 2021年2月25日

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)

説明

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

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

For now, empty constructor should not be deleted.

コントリビューターガイド