1 2 3 4 5 6 7
import org.aspectj.testing.Tester; public class AssertsCF1 { public static void main(String[] args) { assert 1; //ERR: boolean expected } }