Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
tryCatchFinallyExpression
/
asStatement.kt
blob: 9bcf342a7aaba5ef6aca4d9c3b541d67af3fcec7 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
fun foo
()
{
fun call
()
{}
<selection>
call
()</
selection
>
}