Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
ifElse
/
moveDeclarationsOutVar.kt
blob: 8c56e3c7771c549fe8ee06461ca521df1a5be64a [
file
]
fun foo
()
{
<caret>
var
a
:
String
?
=
"aaa"
a
=
"bbb"
}