File tree 1 file changed +1
-1
lines changed
compiler/src/dotty/tools/dotc
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class Compiler {
72
72
new ExpandSAMs , // Expand single abstract method closures to anonymous classes
73
73
new ElimRepeated , // Rewrite vararg parameters and arguments
74
74
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
76
76
List (new init.Checker ) :: // Check initialization of objects
77
77
List (new ProtectedAccessors , // Add accessors for protected members
78
78
new ExtensionMethods , // Expand methods of value classes with extension methods
You can’t perform that action at this time.
0 commit comments