Sign in
eclipse
/
jdt
/
eclipse.jdt.ui
/
7320e60b7d053d49f62f051e5fb737066ca340bc
/
.
/
org.eclipse.jdt.ui.tests.refactoring
/
resources
/
ExtractTemp
/
cannotExtract
/
A_testFail20.java
blob: c4bc61a424e00b400b17e1fd9ccb4172b43034c9 [
file
]
class
A
{
void
f
(){
throw
new
NullPointerException
();
}
}