d84332e26bec33c479feb3b1ace4b7f2f58c4f29
[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 }