scala_school2 icon indicating copy to clipboard operation
scala_school2 copied to clipboard

sealed doesn't seal

Open mergeconflict opened this issue 11 years ago • 2 comments

Expect an error when trying to extend a sealed class or trait across multiple POSTs.

mergeconflict avatar Jun 28 '13 23:06 mergeconflict

Does this have to do with not saving interpreter state?

andrewnguyen avatar Jun 29 '13 00:06 andrewnguyen

@andrewnguyen no, interpreter state persists until you explicitly DELETE it.

mergeconflict avatar Jun 29 '13 00:06 mergeconflict