Skip to content
Snippets Groups Projects
Commit 1921f6d9 authored by Xun Yang's avatar Xun Yang
Browse files

fix error in SIT test

parent 47713ee5
No related branches found
No related tags found
2 merge requests!20Master,!19Namenode
...@@ -9,6 +9,6 @@ public class Main { ...@@ -9,6 +9,6 @@ public class Main {
public static int test() { public static int test() {
Interface a = new pkg.Class1(); Interface a = new pkg.Class1();
Object o = a.clone(); Object o = a.clone();
return o.hashCode() + a.k(2) + j; return o.hashCode() + a.k(2);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment