mirror of
https://github.com/FranzHaidnor/haidnorJVM.git
synced 2026-03-14 06:03:50 +08:00
update INVOKESTATIC
This commit is contained in:
@@ -89,7 +89,7 @@ public class TestJVM {
|
||||
|
||||
@Test
|
||||
public void demo_foreach() throws Exception {
|
||||
runMainClass(demo_foreach.class);
|
||||
runMainClass(demo_foreach_1.class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package haidnor.jvm.test.demo;
|
||||
|
||||
public class demo_foreach {
|
||||
public class demo_foreach_1 {
|
||||
public static void main(String[] args) {
|
||||
int[] arr = new int[]{999, 333};
|
||||
for (int i : arr) {
|
||||
Reference in New Issue
Block a user