Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support List, Set and Map explicit constructors #1

Open
pcon opened this issue Jul 27, 2016 · 0 comments
Open

Support List, Set and Map explicit constructors #1

pcon opened this issue Jul 27, 2016 · 0 comments
Assignees
Labels

Comments

@pcon
Copy link
Member

pcon commented Jul 27, 2016

Currently you'll get an EOF error if you have the following code

List<String> l = new List<String> {'foo'};
Set<String> s = new Set<String> {'foo'};
Map<String, String> m = new Map<String, String> {
    'foo' => 'bar'
};
@pcon pcon added the bug label Jul 27, 2016
@pcon pcon self-assigned this Jul 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant