Add inspection to remove redundant qualifier name
#KT-12134 Fixed
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// PROBLEM: none
|
||||
package my.simple.name
|
||||
|
||||
class Inner {
|
||||
fun a() {
|
||||
fun say() {}
|
||||
Inner<caret>.say()
|
||||
}
|
||||
|
||||
companion object {
|
||||
fun say() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user