scala_school2
scala_school2 copied to clipboard
sealed doesn't seal
Expect an error when trying to extend a sealed
class or trait across multiple POSTs.
Does this have to do with not saving interpreter state?
@andrewnguyen no, interpreter state persists until you explicitly DELETE it.