blob: cf8900641f3daa7e141763c19f1c3118562d9b4a [file] [log] [blame]
public class ResolveCatchArgumentType1 {
void foo() {
try {
} catch (X1.Y1 e) {
}
}
}