This is a troublesome violation of type safety in my project, so I\'m looking for a way to disable it. It seems that if a function takes an AnyRef (or a java.lang.Object), you can call the function wi
I have a list of lists (generated with a simple list comprehension): >开发者_StackOverflow中文版;>> base_lists = [[a, b] for a in range(1, 3) for b in range(1, 6)]