KT-5959 Imports should be inserted on paste from java with conversion to Kotlin
#KT-5959 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// NO_CONVERSION_EXPECTED
|
||||
import java.io.*;
|
||||
import java.util.*;
|
||||
|
||||
class C {
|
||||
void foo(List<Character> list) {
|
||||
<selection>list.add(File.separatorChar)</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user