ooc-lang / rock

:ocean: self-hosted ooc compiler that generates c99
http://ooc-lang.org/
MIT License
401 stars 40 forks source link

ooc-array consisting of generic class gives compilation error #970

Open emilwestergren opened 8 years ago

emilwestergren commented 8 years ago
array := ExampleClass<Type>[count] new()

gives me the compiler error error No such function new() for ArrayClass

Is this a bug or is it simply not allowed?

alexnask commented 8 years ago

This sounds like a bug.