Home | History | Annotate | Download | only in 135-MirandaDispatch
      1 Regression test for JIT related incompatible class changes caused by miranda methods.
      2 E.g.
      3 java.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