blob: 43d169045155c8fcfd362cfba46b67525d6cb6c3 [file] [log] [blame]
class A {
private Object b = new Exception("w".substring(0, 1)) {
public String getMessage() {
return "q";
}
};
}