blob: ca866c1671e7c3bce555fd64eca123672be71235 [file] [log] [blame]
public class S {
{
String s;
try {
<selection>s = "";</selection>
} finally {
}
System.out.print(s);
}
}