-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Potential empty collection exception
This PR used to fix #2833, but I am no longer able to reproduce the problem in the latest master anyway, so I cannot add a test that this PR would solve at this point. Still, I think it's safer to have a safeguard. Otherwise, when `result` is `null` and `typeArgs` is empty, it will continue to throw an exception
- Loading branch information
1 parent
9413c19
commit 5333b41
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters