Files
kotlin/idea/testData/codeInsight/surroundWith/tryCatchExpression/asStatement.kt
2017-09-12 18:27:47 +03:00

7 lines
91 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun foo() {
fun call() {}
<selection>call()</selection>
}