Merge branch 'master' into 7.0.x

This commit is contained in:
Clément Fournier
2020-01-24 23:48:22 +01:00
282 changed files with 702 additions and 702 deletions

View File

@ -22,7 +22,7 @@ public class EdgeCasesTokenizerTest {
final String filename = "issue1751.go";
final GoTokenizer tokenizer = new GoTokenizer();
final SourceCode sourceCode = new SourceCode(new SourceCode.StringCodeLoader(getSampleCode(filename), filename));
final Tokens tokens = new Tokens();
tokenizer.tokenize(sourceCode, tokens); // it should simply not fail
}