blob: 889f912553efa820f9913c7d46e3990dc284a58e [file] [log] [blame]
/*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.android.multidexlegacytestapp;
public class IntermediateClass {
public static int get() {
return new com.android.multidexlegacytestapp.manymethods.Big045().get45()
+ new com.android.multidexlegacytestapp.manymethods.Big046().get46()
+ new com.android.multidexlegacytestapp.manymethods.Big047().get47()
+ new com.android.multidexlegacytestapp.manymethods.Big048().get48()
+ new com.android.multidexlegacytestapp.manymethods.Big049().get49()
+ new com.android.multidexlegacytestapp.manymethods.Big050().get50()
+ new com.android.multidexlegacytestapp.manymethods.Big051().get51()
+ new com.android.multidexlegacytestapp.manymethods.Big052().get52()
+ new com.android.multidexlegacytestapp.manymethods.Big053().get53()
+ new com.android.multidexlegacytestapp.manymethods.Big054().get54()
+ new com.android.multidexlegacytestapp.manymethods.Big055().get55()
+ new com.android.multidexlegacytestapp.manymethods.Big056().get56()
+ new com.android.multidexlegacytestapp.manymethods.Big057().get57()
+ new com.android.multidexlegacytestapp.manymethods.Big058().get58()
+ new com.android.multidexlegacytestapp.manymethods.Big059().get59()
+ new com.android.multidexlegacytestapp.manymethods.Big060().get60()
+ new com.android.multidexlegacytestapp.manymethods.Big061().get61()
+ new com.android.multidexlegacytestapp.manymethods.Big062().get62()
+ new com.android.multidexlegacytestapp.manymethods.Big063().get63()
+ new com.android.multidexlegacytestapp.manymethods.Big064().get64()
+ new com.android.multidexlegacytestapp.manymethods.Big065().get65()
+ new com.android.multidexlegacytestapp.manymethods.Big066().get66()
+ new com.android.multidexlegacytestapp.manymethods.Big067().get67()
+ new com.android.multidexlegacytestapp.manymethods.Big068().get68()
+ new com.android.multidexlegacytestapp.manymethods.Big069().get69()
+ new com.android.multidexlegacytestapp.manymethods.Big070().get70()
+ new com.android.multidexlegacytestapp.manymethods.Big071().get71()
+ new com.android.multidexlegacytestapp.manymethods.Big072().get72()
+ new com.android.multidexlegacytestapp.manymethods.Big073().get73()
+ new com.android.multidexlegacytestapp.manymethods.Big074().get74()
+ new com.android.multidexlegacytestapp.manymethods.Big075().get75()
+ new com.android.multidexlegacytestapp.manymethods.Big076().get76()
+ new com.android.multidexlegacytestapp.manymethods.Big077().get77()
+ new com.android.multidexlegacytestapp.manymethods.Big078().get78()
+ new com.android.multidexlegacytestapp.manymethods.Big079().get79()
+ new com.android.multidexlegacytestapp.manymethods.Big080().get80();
}
}