1Tests ART synthesizes parameter annotations for implicit parameters on 2constructors. Inner class and enum constructors may have implicit 3parameters. If the constructor has parameter annotations, the implicit 4parameters may not have annotations in the DEX file, but code that 5looks at these annotations will expect them to. 6