266267268269270271272273274
return null; } } private TypeVariableSignature parseTypeVariableSignature() { TypeVariableSignature tv = new TypeVariableSignature(eatIdentifier()); eat(";"); return tv; }