blob: e28584b5f321bddb31112bc44a3fee4ad2fefa88 [file] [log] [blame]
package com.android.multidexlegacytestapp.test;
import com.android.multidexlegacytestapp.manymethods.Big080;
public class SubTest {
public static int get() {
return new Big080().get7();
}
}