Intermediate.java revision 50f811c8fc31fbae4ae41f825d5d7b1166c6b4d4
1package com.android.multidexlegacytestapp.test;
2
3public class Intermediate {
4
5  public static int get() {
6    return SubTest.get();
7  }
8
9}
10