Run full resolve in debugger with write action priority (KT-14602)

#KT-14602 Fixed
This commit is contained in:
Nikolay Krasko
2016-12-06 13:36:08 +03:00
parent 45532e480f
commit fc5b493fd3
5 changed files with 52 additions and 22 deletions
@@ -18,7 +18,6 @@ package org.jetbrains.kotlin.idea.util.application
import com.intellij.openapi.application.ApplicationManager
import com.intellij.openapi.command.CommandProcessor
import com.intellij.openapi.project.DumbService
import com.intellij.openapi.project.Project
fun <T> runReadAction(action: () -> T): T {