Handle kdoc case for Introduce import alias inspection
#EA-210889 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import java.util.HashMap
|
||||
|
||||
/**
|
||||
* [HashMap] is used
|
||||
*/
|
||||
fun x() {
|
||||
val list = <caret>HashMap<String, String>()
|
||||
}
|
||||
Reference in New Issue
Block a user