SortModifiersInspection detects modifiers before annotations

#KT-22013 Fixed
This commit is contained in:
Dmitry Jemerov
2018-01-03 12:38:06 +01:00
parent 408c753837
commit 165ac97c4b
6 changed files with 59 additions and 35 deletions
@@ -0,0 +1,4 @@
annotation class Test
@Test
public /* this is a test */ class MyTest