Add intention to introduce import alias
#KT-16118 Fixed #KT-30007 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
class Test() {
|
||||
fun test() {
|
||||
class Foo
|
||||
|
||||
val i = Foo<caret>()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user