| Orion Hodson | 58143d2 | 2018-02-20 08:44:20 +0000 | [diff] [blame] | 1 | Tests ART synthesizes parameter annotations for implicit parameters on |
| 2 | constructors. Inner class and enum constructors may have implicit | ||||
| 3 | parameters. If the constructor has parameter annotations, the implicit | ||||
| 4 | parameters may not have annotations in the DEX file, but code that | ||||
| 5 | looks at these annotations will expect them to. | ||||