Introduce CallableId.asSingleFqName and use it instead CallableId.asFqNameForDebugInfo

This commit is contained in:
Ilya Kirillov
2021-03-24 11:52:24 +01:00
parent 6f887896ff
commit 6e31ff4fb1
7 changed files with 10 additions and 7 deletions
@@ -51,7 +51,7 @@ sealed class WhenMissingCase {
}
class EnumCheckIsMissing(val callableId: CallableId) : WhenMissingCase() {
override val branchConditionText: String = callableId.asFqNameForDebugInfo().toString()
override val branchConditionText: String = callableId.asSingleFqName().toString()
override fun toString(): String {
return callableId.callableName.identifier