IDEA-178933 Complete current statement for if statement without opening bracket

This commit is contained in:
peter
2017-09-15 20:06:17 +02:00
parent 1c0b37c8cd
commit 8561e8cb19
4 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
class Foo {
public void foo() {
if 1 > 2<caret>
}
}