Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8319741734dcd35357af7945c8f86e7dfe39e002
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inlineClasses
/
checkBoxingInInlineClass.kt
blob: 41c3668e2ff504424bc4ef8f4032d35323837e1c [
file
]
// LANGUAGE: +InlineClasses
inline
class
AsAny
(
val s
:
Any
?)
// 1 INVOKESPECIAL AsAny.<init>