1Regression test for JIT related incompatible class changes caused by miranda methods. 2E.g. 3java.lang.IncompatibleClassChangeError: The method 'void Main$TheInterface.m()' was expected to be of type virtual but instead was found to be of type interface (declaration of 'java.lang.reflect.ArtMethod' appears in out/host/linux-x86/framework/core-libart-hostdex.jar) 4 at Main.DoStuff(Main.java:37) 5 at Main.main(Main.java:44) 6 7