saveourtool/diktat

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

Open

#783 aperta il 25 feb 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Kotlin (40 fork)github user discovery
good first issuehelp wantedneeded

Metriche repository

Star
 (571 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

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

For now, empty constructor should not be deleted.

Guida contributor