您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

PR333.java 179B

1234567
  1. public class PR333 {
  2. public static void main(String[] args) {
  3. org.aspectj.testing.Tester.check(false, "Shouldn't have compiled");
  4. }
  5. }
  6. class A implements B {}
  7. class B {}