475d02a80f
Java lists were given jet.List type, which is incorrect, since Java lists are mutable and jet.List is immutable. Fixed test cases.