Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
ifElse
/
block.kt
blob: 6fc1b551ca22d4c7c3705a0290257257230ebe80 [
file
]
fun foo
()
{
val a
:
String
?
=
null
<selection>
if
(
a
!=
null
)
{
a
.
length
()
}</
selection
>
}