Fix comment text

This commit is contained in:
Andrey Breslav
2012-04-13 20:07:23 +04:00
parent e553a46294
commit e23cb0cb98
@@ -94,7 +94,7 @@ public class KotlinToJVMBytecodeCompiler {
} }
}; };
//reportSyntaxErrors(); // Report syntax errors
for (JetFile file : environment.getSourceFiles()) { for (JetFile file : environment.getSourceFiles()) {
file.accept(new PsiRecursiveElementWalkingVisitor() { file.accept(new PsiRecursiveElementWalkingVisitor() {
@Override @Override
@@ -107,7 +107,7 @@ public class KotlinToJVMBytecodeCompiler {
}); });
} }
//analyzeAndReportSemanticErrors(); // Analyze and report semantic errors
Predicate<PsiFile> filesToAnalyzeCompletely = Predicate<PsiFile> filesToAnalyzeCompletely =
stubs ? Predicates.<PsiFile>alwaysFalse() : Predicates.<PsiFile>alwaysTrue(); stubs ? Predicates.<PsiFile>alwaysFalse() : Predicates.<PsiFile>alwaysTrue();
AnalyzeExhaust exhaust = AnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration( AnalyzeExhaust exhaust = AnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration(