Fix "Introduce import alias" on extensions
#KT-30214 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
package my.sample
|
||||
|
||||
fun test() {
|
||||
0.let { true }.let<caret> { println(it) }
|
||||
}
|
||||
Reference in New Issue
Block a user