mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
don't autopopup with anything after Java double literals (IDEA-60505)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class MyFirstTestClassFoo {
|
||||
|
||||
{
|
||||
map.put("key", new double[]{1.1d<caret>
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user