Add inspection to remove redundant qualifier name
#KT-12134 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package my.simple.name
|
||||
|
||||
class Foo
|
||||
class Bar
|
||||
|
||||
fun main() {
|
||||
val a = my.simple.name<caret>.Foo()
|
||||
val b = my.simple.name.Bar()
|
||||
val c = my.simple.name.Foo()
|
||||
}
|
||||
Reference in New Issue
Block a user