This snippet produces an incorrect type mismatch warning: ```pkl bar: Number foo: Int|Float = bar ``` We can consider `Number` sealed; the only two possible subclasses are `Int` and `Float`.