svoid test_flattenToList() { assertEqualsVerbose(ll("a", "b", "c"), flattenToList("a", "b", "c")); }