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

This commit is contained in:
peter
2015-07-09 17:46:19 +02:00
parent 4ff9ba80f3
commit 4f6e27823e
5 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
class Test
{
class Foo<caret>
}