Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Removed nested case class spec because the way Scala represents inner…
Browse files Browse the repository at this point in the history
… classes makes it impossible to serialize toObject. Closes salat#1,
  • Loading branch information
rktoomey committed Jan 16, 2011
1 parent 71248d0 commit d947fda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
52 changes: 0 additions & 52 deletions src/test/scala/com/novus/salat/test/NestedCaseClassSpec.scala

This file was deleted.

8 changes: 0 additions & 8 deletions src/test/scala/com/novus/salat/test/model/TestModel.scala
Expand Up @@ -83,14 +83,6 @@ case object Zoot extends Suit
case object WhatArmstrongWore extends Suit
case class Wardrobe(suits: List[Suit])

@Salat
trait SomeTrait {
case class NestedCaseClassInATrait(foo: String, bar: Option[Int], baz: Option[BigDecimal])
}

object TestApp extends SomeTrait



@Salat
trait SomeCommonTrait
Expand Down

0 comments on commit d947fda

Please sign in to comment.