Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/Uncomment.kt
T
2019-11-30 18:50:44 +01:00

6 lines
95 B
Kotlin
Vendored

// OUT_OF_CODE_BLOCK: FALSE
// TYPE: '\b\b'
fun uncomment(): String {
//<caret>return ""
}