Files
kotlin-fork/idea/testData/multiModuleQuickFix/createActual/valueClass/common/ic.kt.after
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
99 B
Plaintext
Vendored

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