object Test { def main(args: Array[String]): Unit = { new Wrapper(new Array[Int](1)) } }