blob: b28021b0918d502febe20ff59a8d2996ff25a849 [file] [log] [blame]
// multiple single-type import of the same class
import java.io.IOException;
<warning descr="Unused import statement">import java.io.IOException;</warning>
class c {
public IOException m;
}