mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
Fixes IDEA-300278 'new' postfix doesn't work well for nested classes GitOrigin-RevId: 3b0b7a2e378dcf386b1813d7ec8af247379d2736
8 lines
143 B
Java
8 lines
143 B
Java
public class ForStaticNestedNew {
|
|
|
|
class Scratch {
|
|
public static void main(String[] args) {
|
|
java.lang.String.new<caret>
|
|
}
|
|
}
|
|
} |