RemoveRedundantQualifierNameInspection: fix case with non-static java functions
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package my.simple.name
|
||||
|
||||
import my.Reproducer
|
||||
import my.Reproducer.test
|
||||
|
||||
fun test() = Reproducer()
|
||||
|
||||
fun main() {
|
||||
Reproducer<caret>.test().number()
|
||||
}
|
||||
Reference in New Issue
Block a user