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

no method call allowed in a foreach #10

Closed fredreichbier closed 15 years ago

fredreichbier commented 15 years ago

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

gets

./value-in-foreach.ooc:11:24: [ERROR] Couldn't resolve type ArrayList of foreach's collection.
    for(e: String in a get()) {
                       ^^^
nddrylliog commented 15 years ago

Fix committed. Thx for reporting =)

http://github.com/amoswenger/ooc/commit/6cafde7c8f70d2477ccb2c46bc0d3fa513ced277