Skip to content

v2.0.0-alpha12

Pre-release
Pre-release
Compare
Choose a tag to compare
@pachanga pachanga released this 06 May 14:47
· 1835 commits to master since this release
  • More consistent addressing of enum items: using . instead of ::
enum Items {
   BAR = 1
   FOO = 2
}

func Items test() {
  return Items.BAR
}
  • Fixing namespace symbols lookup from inside a lambda