test/tools/javac/Diagnostics/6769027/T6769027.java

changeset 415
49359d0e6a9c
parent 221
6ada6122dd4f
child 554
9d9f26857129
equal deleted inserted replaced
414:e992e602788e 415:49359d0e6a9c
259 } 259 }
260 } 260 }
261 261
262 enum PositionKind { 262 enum PositionKind {
263 NOPOS(Position.NOPOS, "- ", "error: "), 263 NOPOS(Position.NOPOS, "- ", "error: "),
264 POS(5, "/Test.java:1:6: ", "myfo:/Test.java:1: "); 264 POS(5, "Test.java:1:6: ", "/Test.java:1: ");
265 265
266 int pos; 266 int pos;
267 String rawOutput; 267 String rawOutput;
268 String nonRawOutput; 268 String nonRawOutput;
269 269

mercurial