Add ability to filter import usages
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package testing
|
||||
|
||||
public class <caret>Test
|
||||
@@ -0,0 +1,5 @@
|
||||
package some
|
||||
|
||||
import testing.Test
|
||||
|
||||
val a = Test()
|
||||
Reference in New Issue
Block a user