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.
7 lines
356 B
7 lines
356 B
Tests that obsolete methods work correctly in the presence of const-method-type.
|
|
|
|
const-method-type and the invoke-custom/polymorphic opcodes are new in dex 39.
|
|
It is almost impossible to get them emmited from normal java code so we don't
|
|
have any coverage on them. To get this coverage we use ASM to build a class file
|
|
that contains the required opcodes.
|