Do not filter out templates with same key but different groups from completion

This commit is contained in:
Alexander Zolotov
2015-09-28 11:34:54 +03:00
parent 9c3073329a
commit 2687cd7a22
3 changed files with 22 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
class A {
public static void main() {
duplicateK<caret>
}
}