[FE] Stop ignoring ABSTRACT_MEMBER_NOT_IMPLEMENTED for expect classes
^KT-59739 Fixed Review: https://jetbrains.team/p/kt/reviews/11038/timeline
This commit is contained in:
@@ -26,8 +26,7 @@ enum class ImplementationStatus {
|
||||
ALREADY_IMPLEMENTED,
|
||||
|
||||
/**
|
||||
* The symbol is not implemented in the class and it cannot be implemented. For example, it's final in super classes or the current
|
||||
* class is `expect`.
|
||||
* The symbol is not implemented in the class, and it cannot be implemented. For example, it's final in super classes.
|
||||
*/
|
||||
CANNOT_BE_IMPLEMENTED;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user