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