inline parameter: take advantages from inline local (IDEA-135610)

This commit is contained in:
Anna Kozlova
2015-01-28 19:06:42 +03:00
parent 8c63921e02
commit a94175f4f8
5 changed files with 35 additions and 16 deletions
@@ -0,0 +1,5 @@
class Test {
String foo(String content) {
return content.replace("a", "b");
}
}