blob: 99c0c39f210c7f4eaeaf0a79a2d6f5f8ed37bd71 [file] [log] [blame]
import java.io.IOException;
class Test {
void foo(Exception targetElement) {
PsiPackage aPack = newMethod((IOException) targetElement);
}
private PsiPackage newMethod(IOException targetElement) {
return JavaDirectoryService.getInstance().getPackage(targetElement);
}
}