Delete paired > after deleting < after any identifier, not just a class-like one

#KT-13279 Fixed
This commit is contained in:
Dmitry Jemerov
2016-11-18 13:28:51 +01:00
parent baf321a193
commit ab8abc9c62
5 changed files with 18 additions and 4 deletions
@@ -0,0 +1 @@
val f = ContainerUtil.newArrayList<<caret>>()
@@ -0,0 +1 @@
val f = ContainerUtil.newArrayList<caret>()