Sign in
android
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
java
/
java-tests
/
testData
/
refactoring
/
extractMethod
/
SCR15815.java
blob: fa7417f9bbc4b13751d1bdccea984b947be248e0 [
file
]
public
class
Foo
{
static
Foo
f1
=
new
Foo
(){
public
String
toString
()
{
return
<
selection
>
"a"
+
"b"
</
selection
>;
}
},
f2
=
new
Foo
(){};
}