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.

4 lines
230 B

Regression test for a bug where the class initialization check for an inlined
call to a static method used a type index from the wrong dex file because the
current dex file does not have a TypeId for it. This was likely to crash.