implemented PCLOC annotation.
[IRC.git] / Robust / JavaGrammar / tests / Escape.java
1 class Escape {
2     String s = "\477"; // this literal is valid, but..
3 //  char c = '\477';   // this literal is invalid.
4 }