blob: f47735f35216de29de018d92aa23d599a1f54ae4 [file] [log] [blame]
package p; //7, 32 - 7, 33
class A {
void f(String bar) {
try {
} catch (Exception e) {
Exception temp= e;
Exception another= temp;
}
}
}