Debugger: Implement EvaluatorBuilder for evaluate expression for kotlin files

This commit is contained in:
Natalia Ukhorskaya
2014-04-09 17:25:45 +04:00
parent 417ec25fb8
commit 347e6d9058
9 changed files with 288 additions and 1 deletions
@@ -1,4 +1,12 @@
<root>
<item
name='com.intellij.debugger.impl.EditorTextProvider com.intellij.debugger.engine.evaluation.TextWithImports getEditorText(com.intellij.psi.PsiElement) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item
name='com.intellij.debugger.impl.EditorTextProvider com.intellij.openapi.util.Pair&lt;com.intellij.psi.PsiElement,com.intellij.openapi.util.TextRange&gt; findExpression(com.intellij.psi.PsiElement, boolean) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='com.intellij.debugger.impl.OutputChecker'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>