[FIR][LightTree] Properly locate return keyword
This commit is contained in:
committed by
TeamCityServer
parent
088db0e138
commit
dc19e39dd2
+1
-1
@@ -545,7 +545,7 @@ object LightTreePositioningStrategies {
|
||||
if (labeledExpression != null) {
|
||||
return markRange(node, labeledExpression, startOffset, endOffset, tree, node)
|
||||
}
|
||||
return markElement(tree.returnKeyword(node) ?: node, startOffset, endOffset, tree)
|
||||
return markElement(tree.returnKeyword(node) ?: node, startOffset, endOffset, tree, node)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user