File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/src/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments