aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/semantics/test/rulebases/inheritingrules/grandfather.sr
blob: 1a0bc121ae6233505dd73720b7dde48175742255 (plain) (blame)
1
2
3
4
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
[vehicle] :- car, motorcycle, bus;

cars -> car;