Home | History | Annotate | Download | only in test2
      1 package com.android.multidexlegacytestapp.test2;
      2 
      3 public class Intermediate {
      4 
      5   public static int get() {
      6     return SubTest.get();
      7   }
      8 
      9 }
     10