ListTemplate action: do not overwrite prefix-matched template with template

that was found by description
This commit is contained in:
Alexander Zolotov
2014-12-24 19:44:40 +03:00
parent 6eff2e784c
commit 30c60fff7a
4 changed files with 16 additions and 1 deletions
@@ -0,0 +1,5 @@
class A {
public static void main() {
template.with.desc<caret>
}
}
@@ -0,0 +1,5 @@
class A {
public static void main() {
template with description<caret>
}
}