File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ import { ParserRuleContext } from "../src/ParserRuleContext";
4545import { ParseTree } from "../src/tree/ParseTree" ;
4646import { ParseTreeListener } from "../src/tree/ParseTreeListener" ;
4747import { ParseTreeWalker } from "../src/tree/ParseTreeWalker" ;
48- import { PredictionContextCache } from "../src/atn/PredictionContextCache " ;
48+ import { PredictionContextCache } from "../src/atn/PredictionContext " ;
4949import { PredictionMode } from "../src/atn/PredictionMode" ;
5050import { RecognitionException } from "../src/RecognitionException" ;
5151import { Recognizer } from "../src/Recognizer" ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import assertEquals = assert.strictEqual;
1010import { test as Test , suite } from "mocha-typescript" ;
1111
1212import { PredictionContext } from "../../src/atn/PredictionContext" ;
13- import { PredictionContextCache } from "../../src/atn/PredictionContextCache " ;
13+ import { PredictionContextCache } from "../../src/atn/PredictionContext " ;
1414
1515/// Assuming that IdentityHashMap<K, V> == Map<K, V>;
1616
You can’t perform that action at this time.
0 commit comments