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

Pointer to a generic function should work #32

Open fredreichbier opened 15 years ago

fredreichbier commented 15 years ago

http://paste.pocoo.org/show/145521/

should work.

At the moment, we have to pass the class of T manually:

function(String, "Hello"&)