blob: 6341b220dcdd6bc15cdc5069bf44ed577ac10b77 [file] [log] [blame]
public final class Foo {
private String s;
public Foo() {
try {
s = "test";
} catch (Exception e) {
}
}
}