fix: Had to also check for generic type in return of a function.
add check to prevent stack overflow error Add panic to prevent any other occurrences of stack overflow
This commit is contained in:
@@ -106,5 +106,5 @@ test flatten_with_2() {
|
||||
None
|
||||
}
|
||||
},
|
||||
) == [("b", ""), ("a", "2")]
|
||||
) == [("a", "2"), ("b", "")]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user