v2.0.0-alpha12
Pre-release
Pre-release
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