Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property file name for enclosed classes. #16

Open
bennyhuo opened this issue Jan 15, 2023 · 0 comments
Open

Property file name for enclosed classes. #16

bennyhuo opened this issue Jan 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@bennyhuo
Copy link
Owner

@DeepCopy
data class Team2(val name: String, val workers: List<Worker2>, val pair: Pair<String, Worker2>, val map: Map<String, Worker2>){
    @DeepCopy
    data class Worker2(val name: String)
}

The name of the file generated is Worker2$$DeepCopy.kt which may conflict with a top-level class Worker2.

@bennyhuo bennyhuo added the enhancement New feature or request label Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant