Files
kotlin-fork/idea/testData/multiModuleQuickFix/inlineToValue/JVM/jvm/ic.kt
T
Ilmir Usmanov f5379c5a04 Add @JvmInline annotation in common code if JVM target is present
#KTIJ-8863 Fixed
 #KT-46088 Fixed
2021-04-19 16:56:31 +03:00

4 lines
97 B
Kotlin
Vendored

// "Replace with '@JvmInline value'" "true"
// DISABLE-ERRORS
<caret>inline class IC(val i: Int)