Upgrade to asm-5.0.2

This ASM has a different visitMethodInsn() instruction so
there are big changes throughout the code. The tests are running
fine but as new testcases are added related to Java8 we may need
further fixes to take account of the extra isInterface parameter
on visitMethodInsn()
This commit is contained in:
Andy Clement
2014-05-15 12:36:13 -07:00
parent 8f74625829
commit 0787767b09
26 changed files with 132 additions and 118 deletions

View File

@@ -0,0 +1,5 @@
package github10;
public class Code {
}