Skip to content

Commit 275e6fa

Browse files
committed
Uncomment the phase for appending warnings
1 parent 567d486 commit 275e6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/src/dotty/tools/dotc/Compiler.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Compiler {
7272
new ExpandSAMs, // Expand single abstract method closures to anonymous classes
7373
new ElimRepeated, // Rewrite vararg parameters and arguments
7474
new RefChecks) :: // Various checks mostly related to abstract members and overriding
75-
// List(new semanticdb.ExtractSemanticDB.AppendDiagnostics) :: // Attach warnings to extracted SemanticDB and write to .semanticdb file
75+
List(new semanticdb.ExtractSemanticDB.AppendDiagnostics) :: // Attach warnings to extracted SemanticDB and write to .semanticdb file
7676
List(new init.Checker) :: // Check initialization of objects
7777
List(new ProtectedAccessors, // Add accessors for protected members
7878
new ExtensionMethods, // Expand methods of value classes with extension methods

0 commit comments

Comments
 (0)