eb673e4566
- A `classId` can only be a generated function class if it ends with a digit, per the contract described in `FunctionTypeKind`. - The optimization uses this fact to avoid calling `functionTypeService.getKindByClassNamePrefix`, which can be expensive due to a hash map access.