Home | History | Annotate | Download | only in differentiate_dot_expressions
      1 import com.packageName.InnerStaticClassFieldContainer;
      2 
      3 public class InnerStaticClassFieldDotExpressions {
      4     public static void main(String[] args) {
      5         // force the solving of the argument
      6         Integer.parseInt(InnerStaticClassFieldContainer.InnerClass.InnerInnerClass.MY_INT);
      7     }
      8 }
      9