discard converting from string to primitive during extract refactorings (IDEA-157549; IDEA-157987)

This commit is contained in:
Anna Kozlova
2016-06-29 16:18:27 +03:00
parent 153255f9d2
commit 2d142cdfd7
8 changed files with 46 additions and 31 deletions
@@ -0,0 +1,5 @@
class Test {
void foo() {
String s = "5<selection>+5</selection>";
}
}