We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e444f9f commit 0cf2a3eCopy full SHA for 0cf2a3e
src/test/java/com/github/jonathanxd/codeapi/test/asm/LocalsReuseTest.java
@@ -45,11 +45,10 @@
45
import org.objectweb.asm.ClassReader;
46
import org.objectweb.asm.tree.ClassNode;
47
import org.objectweb.asm.tree.MethodNode;
48
+import org.objectweb.asm.Opcodes;
49
50
import java.util.List;
51
-import jdk.internal.org.objectweb.asm.Opcodes;
52
-
53
public class LocalsReuseTest {
54
55
@SuppressWarnings("unchecked")
0 commit comments