fasterthanlime / jooc-legacy

:crocodile: The historical, initial implementation of an ooc compiler in Java
http://ooc-lang.org/
MIT License
115 stars 4 forks source link

assign-argument with generic types #3

Closed nddrylliog closed 15 years ago

nddrylliog commented 15 years ago

This piece of code should work.

import structs/Array

Main: class {
    args: Array
    init: func(=args) {}
}

But it doesn't.

nddrylliog commented 15 years ago

Can't reproduce bug.