Fix "Introduce import alias" on extensions

#KT-30214 Fixed
This commit is contained in:
Dmitry Gridin
2019-03-01 17:51:57 +03:00
parent 853e9a2aa0
commit 5927032143
10 changed files with 118 additions and 9 deletions
@@ -0,0 +1,6 @@
// WITH_RUNTIME
package my.sample
fun test() {
0.let { true }.let<caret> { println(it) }
}