Handle java ctor case for Introduce import alias inspection

#KT-35824 #EA-218654 Fixed
This commit is contained in:
Vladimir Dolzhenko
2020-01-07 22:17:32 +01:00
parent be65eed801
commit dc6adc805a
12 changed files with 121 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
import java.util.HashMap
fun x() {
val list = <caret>HashMap<String, String>()
}