Files
kotlin-fork/idea/testData/inspectionsLocal/sortModifiers/simple.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

4 lines
99 B
Kotlin
Vendored

// PROBLEM: Non-canonical modifiers order
// FIX: Sort modifiers
<caret>abstract public class Test