shorten refs in new expression (IDEA-129602)

(cherry picked from commit 616e3a99b68439b3e867052aa251e6084a639d77)
This commit is contained in:
Anna Kozlova
2014-10-17 21:04:52 +02:00
parent 9eca9147b2
commit 3881c4a953
4 changed files with 18 additions and 2 deletions
@@ -0,0 +1,5 @@
class cTest {
{
cTest cTest = new cTest();<caret>
}
}
@@ -0,0 +1,5 @@
class cTest {
{
new cTe<caret>st()
}
}