Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/InKDocComment.kt
T
Vladimir Dolzhenko f709377735 Support incremental analysis of comment and kdoc
#KT-35189 Fixed
2019-11-29 15:44:58 +01:00

9 lines
105 B
Kotlin
Vendored

// OUT_OF_CODE_BLOCK: FALSE
// TYPE: 'some text'
/**
* <caret>
*/
fun kDoc(): String {
return ""
}