mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
shorten refs in new expression (IDEA-129602)
(cherry picked from commit 616e3a99b68439b3e867052aa251e6084a639d77)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class cTest {
|
||||
{
|
||||
cTest cTest = new cTest();<caret>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class cTest {
|
||||
{
|
||||
new cTe<caret>st()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user