This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] /
1 class Escape {
2     String s = "\477"; // this literal is valid, but..
3 //  char c = '\477';   // this literal is invalid.
4 }