Files
kotlin-fork/idea/testData/multiModuleQuickFix/createActual/valueClass/common/ic.kt
T
Ilmir Usmanov 7b14975740 Add 'value' modifier to modifier order
Otherwise, there will be unfixable 'non-canonical modifier order'
warning
 #KT-46088
 #KTIJ-5636 Fixed
2021-04-16 18:51:44 +03:00

4 lines
106 B
Kotlin
Vendored

// "Create actual class for module testModule_JVM (JVM)" "true"
expect value class <caret>IC(val i: Int)