blob: f25b2f48fd257a52f47cd0ac0dc97837c4b98f85 [file] [log] [blame]
syntax = "proto3";
message AKeep {}
message NameManglingKeep {
// the name `clone` is mangled by the protoc_plugin to not conflict with
// `GeneratedMessage.clone`.
// Still we should be able to detect usages of this field.
AKeep clone = 10;
}