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
@@ -1,10 +0,0 @@
<problems>
<problem>
<file>test.kt</file>
<line>4</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Non-canonical modifier order</problem_class>
<description>Non-canonical modifiers order</description>
</problem>
</problems>
@@ -1 +0,0 @@
// INSPECTION_CLASS: org.jetbrains.kotlin.idea.inspections.SortModifiersInspection
-4
View File
@@ -1,4 +0,0 @@
annotation class Ann
@Ann
abstract public class Test