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