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