KT-2606 Filter java.util.* import

#KT-2606 fixed
 added FilteringScope
This commit is contained in:
Svetlana Isakova
2012-08-29 14:45:42 +04:00
parent a04f6ee263
commit 726bcb5465
9 changed files with 221 additions and 41 deletions
@@ -0,0 +1,11 @@
//KT-2606 Filter java.util.* import
package n
import java.util.*
import java.lang.annotation.*
fun bar() : Iterator<Int>? {
val <!UNUSED_VARIABLE!>i<!> : Iterable<<!CLASS_HAS_KOTLIN_ANALOG!>Integer<!>>
val <!UNUSED_VARIABLE!>a<!> : Annotation
return null
}