This constructor in `Bottom` creates a `Middle`-ob...
# announcements
m
This constructor in
Bottom
creates a
Middle
-object, then just throws it away:
Copy code
constructor(other: Middle) {
    Middle(other)
}