c72622c6d7
New J2K: add SortModifiers inspection to post-processing #KT-32551 Fixed
5 lines
125 B
Kotlin
Vendored
5 lines
125 B
Kotlin
Vendored
// PROBLEM: Modifiers should follow annotations
|
|
annotation class Test
|
|
|
|
<caret>public @Test /* this is a test */ class MyTest
|