mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
Inline inner: check when possible to inline this ref only (IDEA-39274)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
public class Simple {}
|
||||
|
||||
class Usage {
|
||||
void foo() {
|
||||
String s = new Si<caret>mple().toString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user