Move sort modifiers test to inspection local group

This should fix test in 181 branch
This commit is contained in:
Mikhail Glukhikh
2018-04-20 21:08:52 +03:00
parent 8f0c53d0de
commit df59af8ee8
6 changed files with 10 additions and 17 deletions
@@ -0,0 +1,4 @@
annotation class Ann
@Ann
<caret>abstract public class Test
@@ -0,0 +1,4 @@
annotation class Ann
@Ann
public abstract class Test