Files
kotlin-fork/nj2k/testData/newJ2k/postProcessing/SortModifiers.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
85 B
Kotlin
Vendored

class TestInnerClasses {
open inner class Base
inner class Derived : Base()
}