Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
ifElse
/
moveDeclarationsOutVal.kt
blob: 417a42ec090493f8bbbb181995e2babdf09b0b71 [
file
]
fun foo
()
{
<caret>
val a
:
String
?
=
"aaa"
a
.
toString
()
}