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