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

TypeInAspectNotImportedCE.java 126B

1234567
  1. class C { void m() { } }
  2. /** @testcase type not imported in aspect */
  3. aspect A {
  4. Rectangle C.bounds = null; // CE 6
  5. }