IDEA-142439 Wrong cursor placement when creating a class after brackets autocomplete

This commit is contained in:
peter
2015-07-09 20:49:00 +02:00
parent 4ff9ba80f3
commit 4f6e27823e
5 changed files with 22 additions and 3 deletions
@@ -0,0 +1,4 @@
class Test
{
class Foo<caret>
}
@@ -0,0 +1,7 @@
class Test
{
class Foo
{
<caret>
}
}