Debugger: Handle case when we can't calculate the anonymous class name gracefully (EA-141202)
This commit is contained in:
+2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user