blob: 34f4f70b98e7d09eaf0d31756eafe04ba16f63b8 [file] [log] [blame]
public class ResolveCatchArgumentType1 {
void foo() {
try {
} catch (final X1.Y1 exception) {
}
}
}