import java.io; class A { public void test() { Inlined i = new Inlined(); } } class Inlined { public static final Stream s = System.out; }