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