Fix compilation for 183 after adding support incremental analysis of comment and kdoc

Relates to #KT-35189
This commit is contained in:
Vladimir Dolzhenko
2019-11-30 09:51:45 +01:00
parent a923e0d130
commit f8a6217fb5
3 changed files with 20 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
// OUT_OF_CODE_BLOCK: FALSE
// TYPE: '\b\b'
fun uncomment(): String {
//<caret>return ""
}