ark-lang / ark

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

Non-composite type followed by {} causes panic #708

Closed MovingtoMars closed 8 years ago

MovingtoMars commented 8 years ago

Say Inter is an interface, going Inter{} will panic.