summaryrefslogtreecommitdiffstats
path: root/config/src/test/resources/configs/def-files/maptypes.def
blob: 0e39c7ccdb93f666983acacc7b2e3227e4243da4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Config containing only structs in various forms
namespace=foo

boolmap{} bool
intmap{} int
longmap{} long
doublemap{} double
stringmap{} string
filemap{} file

innermap{}.foo int
nestedmap{}.inner{} int