Skip to content

Commit

Permalink
[NTI] Minor edits.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=152904924
  • Loading branch information
dimvar authored and brad4d committed Apr 12, 2017
1 parent f4644d3 commit 8aedea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/com/google/javascript/jscomp/CompilerTestCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ private static TypeCheck createTypeCheck(Compiler compiler) {
return new TypeCheck(compiler, rai, compiler.getTypeRegistry());
}

private static void runNewTypeInference(Compiler compiler, Node externs, Node js) {
static void runNewTypeInference(Compiler compiler, Node externs, Node js) {
GlobalTypeInfo gti = compiler.getSymbolTable();
gti.process(externs, js);
NewTypeInference nti = new NewTypeInference(compiler);
Expand Down

0 comments on commit 8aedea7

Please sign in to comment.