aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/reserved_words_as_field_names.sd
blob: e275b76ff7f0798c9ebfcdb1a0bfc78ae138a4cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search test {

  document test {

      field inline type string {

      }

      field constants type string {

      }

      field reference type string {

      }

  }

}