1Tests that obsolete methods work correctly in the presence of const-method-type.
2
3const-method-type and the invoke-custom/polymorphic opcodes are new in dex 39.
4It is almost impossible to get them emmited from normal java code so we don't
5have any coverage on them. To get this coverage we use ASM to build a class file
6that contains the required opcodes.
7