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