summaryrefslogtreecommitdiffstats
path: root/integration/intellij/src/test/applications/simple/simple.sd
blob: 21e683b3ee4fd49bbabdda9cf2417004025ba7ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
schema simple {

  document simple {
  }

  rank-profile simple-profile inherits parent-profile1, parent-profile2 {
  }

  rank-profile parent-profile1 {
  }

  rank-profile parent-profile2 {
  }

}