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