Add intention to introduce import alias
#KT-16118 Fixed #KT-30007 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
package my.simple.name
|
||||
|
||||
class Foo
|
||||
|
||||
fun foo() {
|
||||
val f: my.simple.name<caret>.Foo
|
||||
}
|
||||
Reference in New Issue
Block a user