ceylon/ceylon-js

type aliases and flatten

Closed this issue · 0 comments

I have

alias Ints => [Integer*];
List<Integer>(*Ints) foo = flatten(identity<Ints>);

I get:

--- TypeError: detpl$ requires a proper Tuple {t:Tuple,a:{First$Tuple:F,Element$Tuple:E,Rest$Tuple:R}}

when I run the code.