KT-15796 Import of class referenced only in KDoc not preserved after copy-paste
#KT-15796 fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.io.File
|
||||
|
||||
/**
|
||||
* [File]
|
||||
*/
|
||||
|
||||
fun other() {
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
java.io.File
|
||||
@@ -0,0 +1,12 @@
|
||||
// RUNTIME
|
||||
|
||||
import java.io.File
|
||||
|
||||
<selection>
|
||||
/**
|
||||
* [File]
|
||||
*/
|
||||
</selection>
|
||||
fun some() {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
<caret>
|
||||
fun other() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user