Fix NoSuchElementException editing script file
^KT-30440 Fixed
This commit is contained in:
+2
-1
@@ -152,7 +152,8 @@ class KotlinCodeBlockModificationListener(
|
||||
|
||||
is KtScriptInitializer -> {
|
||||
return (blockDeclaration.body as? KtCallExpression)
|
||||
?.lambdaArguments?.last()
|
||||
?.lambdaArguments
|
||||
?.lastOrNull()
|
||||
?.getLambdaExpression()
|
||||
?.takeIf { it.isAncestor(element) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user