Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dd4ca2cb43e932606f2630bd1f6f81f9cfb14a2e
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inlineClasses
/
inlineClassDeprecated.kt
blob: e4436da1e142573a5559ca70b319ef7cf7b00eed [
file
]
// !LANGUAGE: +JvmInlineValueClasses
<!
INLINE_CLASS_DEPRECATED
!>
inline
<!>
class
IC
(
val i
:
Int
)