Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
defaultArguments
/
maskCheckSequence.kt
blob: ce2230f2ec13d3741ba2bf2eb9027d2f830e7895 [
file
] [
log
] [
blame
]
inline
fun f
(
x
:
Int
=
1
)
=
x
// MUST contain these instructions to avoid breaking the inliner.
// See `expandMaskConditionsAndUpdateVariableNodes`.
// 1 ILOAD 1\s*ICONST_1\s*IAND\s*IFEQ L1
// 1 ICONST_1\s*ISTORE 0\s*(L\d\s*)*L1