saveourtool/diktat
View on GitHubInspect if we need to delete empty constructors from annotation class or expect/actual mechanism
Open
#783 opened on Feb 25, 2021
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.