The following code crashes the compiler. ```scala object Foo { val b @ Bar(_) = Bar(1)(2)(3) } case class Bar(a: Int)(b: Int)(c: Int) ``` https://scastie.scala-lang.org/wfwtO3ubTumKY1b9VD9N2A