...
This commit is contained in:
@@ -67,7 +67,7 @@ for (var i = 0; i < args.Length; i++)
|
||||
}
|
||||
|
||||
var diagnostics = new List<Diagnostic>();
|
||||
var syntaxTrees = new Dictionary<string, SyntaxTree>();
|
||||
var syntaxTrees = new Dictionary<string, ParseTree>();
|
||||
|
||||
foreach (var file in options.Files)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user