summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/resources/configdefinitions/arraytypes.def
blob: 3529b906c4ae765c93d8a29abdf4af499a78b35a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Config containing only simple array types that can be used for testing
# individual types in detail.
namespace=test

boolarr[] bool
doublearr[] double
enumarr[] enum { VAL1, VAL2 }
intarr[] int
longarr[] long
stringarr[] string