Community
Participate
Working Groups
If you add imports like this: import java.awt.List; import java.util.List; the only problems reported are that they're both not used. If you try to use it like this val List<?> x = null You get an error about List not resolving and one of the warnings on the imports goes away. In Java, you'd get an error for the same simple name being imported with two different qualified names.
Fixed in HEAD
Closing all bugs that were set to RESOLVED before Neon.0