How can I enable the assert keyword in Eclipse?
assert
public class A { public static void main(String ... args) { System.out.println(1
Run
Run Configurations...
Arguments
-ea
VM arguments
Apply