summaryrefslogtreecommitdiff
path: root/test/Identifiers.thrift
blob: aa3e4eac5708d44ae3331669ed8dcefa0142d3d2 (plain)
1
2
3
4
5
6
// THRIFT-4953
struct NoFieldIdentifiersTest {
  string field_without_id1,
  string field_without_id2,
  1: string field_with_id
}