Debugger: Handle case when we can't calculate the anonymous class name gracefully (EA-141202)

This commit is contained in:
Yan Zhulanow
2019-07-24 18:52:01 +09:00
parent 0f568a395f
commit 527df35bf3
2 changed files with 11 additions and 6 deletions
@@ -229,6 +229,8 @@ class KotlinDebuggerCaches(project: Project) {
fun NonCached(classNames: List<String>) = ComputedClassNames(classNames, false)
}
fun isEmpty() = classNames.isEmpty()
fun distinct() = ComputedClassNames(classNames.distinct(), shouldBeCached)
operator fun plus(other: ComputedClassNames) = ComputedClassNames(