Closed ForliyScarlet closed 1 month ago
其中,所有构造为 internal 的 data class, 其 copy 也会与之有相同的访问级别。
internal
data class
copy
这可能会造成不兼容,但一般没事儿。
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report
其中,所有构造为
internal
的data class
, 其copy
也会与之有相同的访问级别。这可能会造成不兼容,但一般没事儿。