Calin Juravle | e0ac115 | 2017-02-13 19:03:47 -0800 | [diff] [blame] | 1 | Main: |
Calin Juravle | 877fd96 | 2016-01-05 14:29:29 +0000 | [diff] [blame] | 2 | @@com.android.jack.annotations.ForceInMainDex |
Calin Juravle | e0ac115 | 2017-02-13 19:03:47 -0800 | [diff] [blame] | 3 | class Main |
Alex Light | cff30a0 | 2021-03-25 17:33:32 -0700 | [diff] [blame] | 4 | TestInline: |
Calin Juravle | e0ac115 | 2017-02-13 19:03:47 -0800 | [diff] [blame] | 5 | @@com.android.jack.annotations.ForceInMainDex |
| 6 | class TestInline |
Alex Light | a2f1319 | 2021-02-03 18:19:03 -0800 | [diff] [blame] | 7 | Secret: |
| 8 | @@com.android.jack.annotations.ForceInMainDex |
| 9 | class Secret |
Calin Juravle | e0ac115 | 2017-02-13 19:03:47 -0800 | [diff] [blame] | 10 | Super: |
| 11 | @@com.android.jack.annotations.ForceInMainDex |
| 12 | class Super |
| 13 | SubA: |
| 14 | @@com.android.jack.annotations.ForceInMainDex |
| 15 | class SubA |
| 16 | SubB: |
| 17 | @@com.android.jack.annotations.ForceInMainDex |
| 18 | class SubB |
| 19 | SubD: |
| 20 | @@com.android.jack.annotations.ForceInMainDex |
| 21 | class SubD |
| 22 | SubE: |
| 23 | @@com.android.jack.annotations.ForceInMainDex |
| 24 | class SubE |
Calin Juravle | 1061c7d | 2019-09-23 21:00:29 -0400 | [diff] [blame] | 25 | ZLotsOfMethods: |
| 26 | @@com.android.jack.annotations.ForceInMainDex |
| 27 | class ZLotsOfMethods |
Alex Light | cff30a0 | 2021-03-25 17:33:32 -0700 | [diff] [blame] | 28 | TestInlineSubtype: |
| 29 | @@com.android.jack.annotations.ForceInMainDex |
| 30 | class TestInlineSubtype |