2 lines
54 B
Java
2 lines
54 B
Java
if (valueA != valueB)
|
|
throw new AssertionError();
|
if (valueA != valueB)
|
|
throw new AssertionError();
|