blob: 5f8f2c8ccae5d21330558c3bb4617a6e4aa4a9c2 [file] [log] [blame]
public class Test {
final String x;
public Test() {
x = (String)"";
}
}