Postfix completion: fix autopopup after float-literals

This commit is contained in:
Alexander Zolotov
2014-01-07 12:35:06 +11:00
parent 3f83d10274
commit 662747e275
4 changed files with 30 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
public class Foo {
void m() {
10.<caret>
}
}