Improve NON_ACTUAL_MEMBER_DECLARED_IN_EXPECT_NON_FINAL_CLASSIFIER_ACTUALIZATION diagnostic message
In scope of: KT-22841 Review: https://jetbrains.team/p/kt/reviews/11867/timeline
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ data class ExpectActualMemberDiff<out M, out C>(val kind: Kind, val actualMember
|
||||
*/
|
||||
enum class Kind(val rawMessage: String) {
|
||||
NonPrivateCallableAdded(
|
||||
"{0}: non-private member must be declared in the expect class as well. " +
|
||||
"{0}: non-private member must be declared in both the actual class and the expect class. " +
|
||||
"This error happens because the expect class ''{1}'' is non-final"
|
||||
),
|
||||
ReturnTypeChangedInOverride(
|
||||
|
||||
Reference in New Issue
Block a user