mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inline to anonymous: allow to inline from library (IDEA-162893)
This commit is contained in:
BIN
Binary file not shown.
+6
@@ -0,0 +1,6 @@
|
||||
package p;
|
||||
public class P {
|
||||
public P() {
|
||||
}
|
||||
public void foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user