## test.ppclass a { $foo = 10}class b inherits a { $foo = 20 notice($foo)}include b## run% puppet test.ppnotice: Scope(Class[b]): 20