Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
inlineClass
/
inlineClassDeprecated.kt
blob: 0a220d37ddd8580bc7dc5ddf26ef2d5fcaf708d1 [
file
] [
log
] [
blame
]
// "Replace with '@JvmInline value'" "true"
// WITH_RUNTIME
<caret>
inline
class
IC
(
val i
:
Int
)