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