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()
6 lines
42 B
Java
6 lines
42 B
Java
package github10;
|
|
|
|
public class Code {
|
|
|
|
}
|