ceylon / ceylon-spec

DEPRECATED
Apache License 2.0
108 stars 34 forks source link

disallow named args invocation of parenthesized expression #1467

Open gavinking opened 8 years ago

gavinking commented 8 years ago

These examples here should be disallowed by the typechecker, for consistency, since the expression (foo) { } is parsed as an anonymous function.