Compile error because of changed nullability
This commit is contained in:
committed by
Nikolay Krasko
parent
1a89d138fb
commit
89175a0165
@@ -134,7 +134,7 @@ private fun checkMemberClashing(
|
||||
.firstOrNull() { it.name == member.name }
|
||||
?.let {
|
||||
val message = "${targetClassDescriptor.renderForConflicts()} " +
|
||||
"already contains nested class named ${CommonRefactoringUtil.htmlEmphasize(member.name)}"
|
||||
"already contains nested class named ${CommonRefactoringUtil.htmlEmphasize(member.name ?: "")}"
|
||||
conflicts.putValue(it, message.capitalize())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user