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

SomeClass.java 250B

123456789
  1. public class SomeClass {
  2. GenericGenericMemberClass member;
  3. public void someMethod() {
  4. // commenting the following line will remove compilation errors (and mask the problem)
  5. member.test();
  6. }
  7. }