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