Skip to content
Snippets Groups Projects

Name disambig

Merged Pui Yan Chloe Sham requested to merge name-disambig into master
487 files
+ 14186
13405
Compare changes
  • Side-by-side
  • Inline
Files
487
@@ -3,6 +3,7 @@ public class J1_1_IntRange_NegativeInt {
@@ -3,6 +3,7 @@ public class J1_1_IntRange_NegativeInt {
public J1_1_IntRange_NegativeInt() {}
public J1_1_IntRange_NegativeInt() {}
public static int test() {
public static int test() {
 
int a = b.method().hello.world;
int a = -2147483648;
int a = -2147483648;
if (a-1 > a)
if (a-1 > a)
return 123;
return 123;
Loading