saveourtool/diktat
Vedi su GitHubInspect if we need to delete empty constructors from annotation class or expect/actual mechanism
Open
#783 aperta il 25 feb 2021
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.