Sign in
eclipse
/
jdt
/
eclipse.jdt.ui
/
a37207d1a71fd276021d2665ad0b3bf8e8654705
/
.
/
org.eclipse.jdt.ui.tests.refactoring
/
resources
/
ExtractMethodWorkSpace
/
ExtractMethodTests
/
T9815.java
blob: c7e194e447399cd568d50194ae03194f57f3491e [
file
]
public
class
T9815
{
void
f1
()
{
String
j
=
ex
();
}
String
ex
()
{
return
/*[*/
"text"
/*]*/
;
}
}