aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_fields_inherited_reference/child_c.sd
blob: 3d211c368a7e412e7a8b13c4bc3ca53043800832 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema child_c {
  document child_c inherits child_b {
  }
  import field ref_from_a.int_field as from_a_int_field {}
  import field ref_from_b.int_field as from_b_int_field {}
}