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