diff --git a/jps/jps-plugin/src/org/jetbrains/kotlin/compilerRunner/CompilerOutputParser.java b/jps/jps-plugin/src/org/jetbrains/kotlin/compilerRunner/CompilerOutputParser.java index e5bb3d4ea3d..beaebcab7f1 100644 --- a/jps/jps-plugin/src/org/jetbrains/kotlin/compilerRunner/CompilerOutputParser.java +++ b/jps/jps-plugin/src/org/jetbrains/kotlin/compilerRunner/CompilerOutputParser.java @@ -161,7 +161,7 @@ public class CompilerOutputParser { reportToCollector(text); } else { - messageCollector.report(category, text, CompilerMessageLocation.create(path, line, column)); + messageCollector.report(category, text, CompilerMessageLocation.create(path, line, column, null)); } tags.pop(); }