Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
nullCheckOptimization
/
noNullCheckOnPrivateFunctionParameter.kt
blob: 6ff758d0f0948590b03aed78cfa5f8071471f564 [
file
]
// KT-26729
private
fun testPrivate
(
s
:
String
)
=
s
.
substring
(
1
)
// 0 IFNONNULL