6 public void World (T t
)
13 // This is some kind of a `recursive' declaration:
15 // Note that we're using the class we're currently defining (Bar)
16 // as argument of its parent.
18 // Is is important to run the resulting executable since this is
19 // both a test for the compiler and the runtime.