ark-lang / ark

A compiled systems programming language written in Go using the LLVM framework
https://ark-lang.github.io/
MIT License
682 stars 47 forks source link

Can't pass array literals to call expressions #720

Closed felixangell closed 8 years ago

felixangell commented 8 years ago

Here's the log.

Example code:

utf8::numBytes([]rune{'F'});
              ^^^^^^^^^