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