Report abuse

manifest

class foo::bar {
        notice("foo::bar")
}

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

class baz {
        search "foo"

        include bar
        def{"foo": }
}

include baz

 output

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