fix testdata

This commit is contained in:
Anna.Kozlova
2016-12-29 10:43:30 +01:00
parent b9450f6143
commit cbc1dadaae
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
class Test {
void foo() {
<selection>final String str = "";
if (str == "") {
if (str == "a") {
return;
}</selection>
new Runnable() {