Fix compilation
This commit is contained in:
@@ -166,9 +166,7 @@ public class KotlinSmartStepIntoHandler : JvmSmartStepIntoHandler() {
|
|||||||
if (function is JetNamedFunction) {
|
if (function is JetNamedFunction) {
|
||||||
val psiMethod = LightClassUtil.getLightClassMethod(function)
|
val psiMethod = LightClassUtil.getLightClassMethod(function)
|
||||||
if (psiMethod != null) {
|
if (psiMethod != null) {
|
||||||
result.add(MethodSmartStepTarget(method = psiMethod, label = null,
|
result.add(MethodSmartStepTarget(psiMethod, null, expression, false, lines))
|
||||||
highlightElement = expression,
|
|
||||||
needBreakpointRequest = false, lines = lines))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user