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