object Test { val label = "name" val table: Table = error("") table.addColumn( label, label.getClass ) }