-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow SimpleLiteral to be a vararg (#143)
* Allow SimpleLiteral to be a vararg Allow SimpleLiteral to be a vararg * refactor: changed SimpleLiteral use-cases to allow varargs in its constructor * fix: reverted original changes but still left some changes to the SimpleLiteral Vararg generics are just not the way to go in Java and the code was not working when you'd use it as expected. The original changes were therefore reverted, but there was still a small change left in the SimpleLiteral class. --------- Co-authored-by: Mwexim <[email protected]>
- Loading branch information
1 parent
c360bb8
commit 2c83253
Showing
2 changed files
with
10 additions
and
14 deletions.
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