gomock/call.go (4 lines): - line 52: // TODO: check arity, types. - line 113: // TODO: Check arity and types here, rather than dying badly elsewhere. - line 154: // TODO: Check arity and types here, rather than dying badly elsewhere. - line 238: // TODO: This will break on variadic methods. mockgen/model/model.go (2 lines): - line 312: // TODO: need to skip unexported methods? or just raise an error? - line 463: // TODO: Struct, UnsafePointer mockgen/mockgen.go (2 lines): - line 18: // TODO: This does not support recursive embedded interfaces. - line 19: // TODO: This does not support embedding package-local interfaces in a separate file. mockgen/parse.go (1 line): - line 344: // TODO: apply shadowing rules.