IDEA-139638 Completion: Live template shouldn't have bigger priority than local variable

This commit is contained in:
peter
2015-05-13 17:39:22 +02:00
parent 772645e074
commit 4bd7d2e71c
3 changed files with 15 additions and 1 deletions
@@ -0,0 +1,5 @@
class Foo {
public int main() {
r<caret>
}
}