Files
openide/plugins/kotlin/idea/tests/testData/codeInsight/outOfBlock/Uncomment.kt
Vladimir Dolzhenko 2a256fa9dc Fix compilation for 183 after adding support incremental analysis of comment and kdoc
Relates to #KT-35189

GitOrigin-RevId: cbef4a8f4fc5dca91862c52d683e43a64b4717cf
2019-11-30 20:50:44 +03:00

6 lines
95 B
Kotlin

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