summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/annotationsreference2/annotationsreference2.sd
blob: 5b4a2eb0562cf7eed3c3133d9c970378299994a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search annotationreference2 {
    document annotationreference2 {
        annotation foo { }
        annotation bar {
            field baz type array<annotationreference<foo>> { }
        }
    }
}