aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_fields_inherited_reference/child_c.sd
blob: 3e8b298f7f05a8473c227e177065e4445468c275 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Yahoo. 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 {}
}