You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
732 B
31 lines
732 B
4 months ago
|
Main:
|
||
|
@@com.android.jack.annotations.ForceInMainDex
|
||
|
class Main
|
||
|
TestInline:
|
||
|
@@com.android.jack.annotations.ForceInMainDex
|
||
|
class TestInline
|
||
|
Secret:
|
||
|
@@com.android.jack.annotations.ForceInMainDex
|
||
|
class Secret
|
||
|
Super:
|
||
|
@@com.android.jack.annotations.ForceInMainDex
|
||
|
class Super
|
||
|
SubA:
|
||
|
@@com.android.jack.annotations.ForceInMainDex
|
||
|
class SubA
|
||
|
SubB:
|
||
|
@@com.android.jack.annotations.ForceInMainDex
|
||
|
class SubB
|
||
|
SubD:
|
||
|
@@com.android.jack.annotations.ForceInMainDex
|
||
|
class SubD
|
||
|
SubE:
|
||
|
@@com.android.jack.annotations.ForceInMainDex
|
||
|
class SubE
|
||
|
ZLotsOfMethods:
|
||
|
@@com.android.jack.annotations.ForceInMainDex
|
||
|
class ZLotsOfMethods
|
||
|
TestInlineSubtype:
|
||
|
@@com.android.jack.annotations.ForceInMainDex
|
||
|
class TestInlineSubtype
|