IshallBreak
^
error: type mismatch;
found : Seq[Seq[Nothing]]
required: scala.collection.immutable.Seq[scala.collection.immutable.Seq[scala.meta.Term.Param]]
val foo = Defn.Class(Nil, Type.Name("Foo"), Nil, Ctor.Primary(Nil, Ctor.Ref.Name("this"), Seq(Seq())), Template(Nil, Nil, Term.Param(Nil, Name.Anonymous(), None, None), None))
^
!
val foo = 1
val bar = 2
val baz = 3
foo + bar + baz
foo: Int = 1
bar: Int = 2
baz: Int = 3
Int = 6
Int = 1
Int = 1
Int = 1
error: not found: value x
x
x
^
^