Add ability to filter import usages

This commit is contained in:
Nikolay Krasko
2012-12-12 15:59:53 +04:00
parent 31ea793328
commit 1978d3522d
5 changed files with 84 additions and 0 deletions
@@ -0,0 +1,3 @@
package testing
public class <caret>Test
@@ -0,0 +1,5 @@
package some
import testing.Test
val a = Test()