Inline inner: check when possible to inline this ref only (IDEA-39274)

This commit is contained in:
anna
2010-01-29 17:07:23 +03:00
parent 22353e8a58
commit de02933e05
14 changed files with 220 additions and 18 deletions
@@ -0,0 +1,7 @@
public class Simple {}
class Usage {
void foo() {
String s = new Si<caret>mple().toString();
}
}