Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jan 30, 2025
1 parent 0289eb3 commit 4e5e25f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/display/src/cases/Issue5172.hx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ class Issue5172 extends DisplayTestCase {
eq(range(3, 1), position(pos(1)));
var contexts = ctx.callDisplay(ServerMethods.Contexts, null).result;
for (c in contexts) trace(c);
var cp = ctx.callDisplay(ServerMethods.ReadClassPaths, null).result;
trace(cp);
var contexts = ctx.callDisplay(ServerMethods.Contexts, null).result;
for (c in contexts) trace(c);
arrayEq([range(4, 2)], usage(pos(1)));
}
}

0 comments on commit 4e5e25f

Please sign in to comment.