blob: ec79dd82e0d967d9e2d729d8917193e12d40148f [file] [log] [blame]
import static java.lang.Integer.MAX_VALUE;
class StaticImport {
void test() {
<selection>System.out.println(MAX_VALUE);</selection>
}
}