don't autopopup with anything after Java double literals (IDEA-60505)

This commit is contained in:
peter
2010-10-30 16:18:40 +04:00
parent b0dc4dc7a6
commit 02aaf0b6b0
3 changed files with 16 additions and 1 deletions
@@ -0,0 +1,7 @@
public class MyFirstTestClassFoo {
{
map.put("key", new double[]{1.1d<caret>
}
}