ceylon / ceylon.ast

Apache License 2.0
18 stars 3 forks source link

Fix logic when converting a Red Hat NamedArgument #96

Closed jvasileff closed 9 years ago

jvasileff commented 9 years ago

The logic to distinguish between anonymous arguments and specified arguments was using an exists test on the identifier. But the typechecker includes an identifier even in the case of anonymous arguments.

for https://github.com/ceylon/ceylon.ast/issues/95

lucaswerkmeister commented 9 years ago

Tests pass, looks good to me. Thanks!