KT-15796 Import of class referenced only in KDoc not preserved after copy-paste

#KT-15796 fixed
This commit is contained in:
Simon Ogorodnik
2017-01-23 21:08:42 +03:00
parent 4ca10c61fd
commit e220a20eed
8 changed files with 59 additions and 10 deletions
@@ -0,0 +1,9 @@
import java.io.File
/**
* [File]
*/
fun other() {
}
@@ -0,0 +1 @@
java.io.File
+12
View File
@@ -0,0 +1,12 @@
// RUNTIME
import java.io.File
<selection>
/**
* [File]
*/
</selection>
fun some() {
}
@@ -0,0 +1,4 @@
<caret>
fun other() {
}