提交 88a0f70e 编写于 作者: A Andrey Breslav

Assertion added

上级 baf71bf7
......@@ -888,7 +888,7 @@ public class ExpressionCodegen extends JetVisitor<StackValue, StackValue> {
return answer;
}
private void markLineNumber(JetElement statement) {
private void markLineNumber(@NotNull JetElement statement) {
final Document document = statement.getContainingFile().getViewProvider().getDocument();
if (document != null) {
int lineNumber = document.getLineNumber(statement.getTextRange().getStartOffset()); // 0-based
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册