Report abuse

1
2
3
4
5
6
7
8
9
10
11
class foo {
        notify{"foo": }
}

class foo::bar inherits foo {
        Notify["foo"] {
                message => "foo::bar"
        }
}

include foo::bar

output

1
notice: //foo/Notify[foo]/message: defined 'message' as 'foo::bar'