Report abuse

manifest

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
class foo::bar {
        notice("foo::bar")
}

define foo::def {
        notice($name)
}

class baz {
        search "foo"

        include bar
        def{"foo": }
}

include baz

 output

1
2
notice: Scope(Class[foo::bar]): foo::bar
notice: Scope(Foo::Def[foo]): foo