Files
kotlin-fork/idea/testData/inspectionsLocal/sortModifiers/annotation.kt
T
Toshiaki Kameyama c72622c6d7 KT-32551 New J2K: Non-canonical modifiers order inspection is not applied during convertion of inner super class (#2806)
New J2K: add SortModifiers inspection to post-processing

#KT-32551 Fixed
2019-11-27 16:08:54 +03:00

5 lines
125 B
Kotlin
Vendored

// PROBLEM: Modifiers should follow annotations
annotation class Test
<caret>public @Test /* this is a test */ class MyTest