TropicSapling/triforce

Functions without arguments can't be called

Closed this issue · 0 comments

func example {
  println "example";
}

func init {
  example; // this line won't compile
}