Sign in
eclipse
/
jdt
/
eclipse.jdt.ui
/
a37207d1a71fd276021d2665ad0b3bf8e8654705
/
.
/
org.eclipse.jdt.ui.tests.refactoring
/
resources
/
SurroundWithWorkSpace
/
SurroundWithTests
/
A.java
blob: f73ea5bbd3d4534c6862b15e36edd316452f6865 [
file
]
class
A
{
void
gd
(){}
static
String
sfs
(){
return
"d"
;
}
int
f
(
int
dy
){
return
Integer
.
parseInt
(
this
.
ss
());
}
private
String
ss
()
{
return
"Hello"
;
}
}