Yohann Roussel | f820a57 | 2017-05-31 20:25:51 +0200 | [diff] [blame] | 1 | // Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file |
| 2 | // for details. All rights reserved. Use of this source code is governed by a |
| 3 | // BSD-style license that can be found in the LICENSE file. |
| 4 | |
| 5 | package multidex002; |
| 6 | |
| 7 | public class IntermediateClass { |
| 8 | |
| 9 | public static int get() { |
| 10 | return new multidex002.manymethods.Big045().get45() |
| 11 | + new multidex002.manymethods.Big046().get46() |
| 12 | + new multidex002.manymethods.Big047().get47() |
| 13 | + new multidex002.manymethods.Big048().get48() |
| 14 | + new multidex002.manymethods.Big049().get49() |
| 15 | + new multidex002.manymethods.Big050().get50() |
| 16 | + new multidex002.manymethods.Big051().get51() |
| 17 | + new multidex002.manymethods.Big052().get52() |
| 18 | + new multidex002.manymethods.Big053().get53() |
| 19 | + new multidex002.manymethods.Big054().get54() |
| 20 | + new multidex002.manymethods.Big055().get55() |
| 21 | + new multidex002.manymethods.Big056().get56() |
| 22 | + new multidex002.manymethods.Big057().get57() |
| 23 | + new multidex002.manymethods.Big058().get58() |
| 24 | + new multidex002.manymethods.Big059().get59() |
| 25 | + new multidex002.manymethods.Big060().get60() |
| 26 | + new multidex002.manymethods.Big061().get61() |
| 27 | + new multidex002.manymethods.Big062().get62() |
| 28 | + new multidex002.manymethods.Big063().get63() |
| 29 | + new multidex002.manymethods.Big064().get64() |
| 30 | + new multidex002.manymethods.Big065().get65() |
| 31 | + new multidex002.manymethods.Big066().get66() |
| 32 | + new multidex002.manymethods.Big067().get67() |
| 33 | + new multidex002.manymethods.Big068().get68() |
| 34 | + new multidex002.manymethods.Big069().get69() |
| 35 | + new multidex002.manymethods.Big070().get70() |
| 36 | + new multidex002.manymethods.Big071().get71() |
| 37 | + new multidex002.manymethods.Big072().get72() |
| 38 | + new multidex002.manymethods.Big073().get73() |
| 39 | + new multidex002.manymethods.Big074().get74() |
| 40 | + new multidex002.manymethods.Big075().get75() |
| 41 | + new multidex002.manymethods.Big076().get76() |
| 42 | + new multidex002.manymethods.Big077().get77() |
| 43 | + new multidex002.manymethods.Big078().get78() |
| 44 | + new multidex002.manymethods.Big079().get79() |
| 45 | + new multidex002.manymethods.Big080().get80(); |
| 46 | } |
| 47 | |
| 48 | } |