Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inlineClasses
/
inlineClassDeprecated.kt
blob: 89df2d47e79991d2fc609c6a52e30d75967997eb [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// LANGUAGE: +JvmInlineValueClasses
<!
INLINE_CLASS_DEPRECATED
!>
inline
<!>
class
IC
(
val i
:
Int
)
/* GENERATED_FIR_TAGS: classDeclaration, primaryConstructor, propertyDeclaration */